Skip to content

Commit

Permalink
removed ingress class annotations as the support for it was dropped (#76
Browse files Browse the repository at this point in the history
)
  • Loading branch information
aiciobanu authored Jul 6, 2022
1 parent 323c5ba commit 240bc87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion bmrg-flow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: bmrg-flow
description: Boomerang Flow
type: application
version: 4.13.3
version: 4.13.4
appVersion: 3.10.0
home: https://useboomerang.io
dependencies:
Expand Down
2 changes: 0 additions & 2 deletions bmrg-flow/templates/ingress-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ metadata:
name: {{ include "bmrg.name" (dict "context" $context "tier" $tier "component" $k ) }}
labels:
{{- include "bmrg.labels.chart" (dict "context" $context "tier" $tier "component" $k ) | nindent 4 }}
annotations:
annotations:
{{- if eq $.Values.global.auth.enabled true }}
{{- include "bmrg.ingress.config.auth_proxy_auth_annotations.global" $ | nindent 4 }}
Expand All @@ -33,7 +32,6 @@ metadata:
{{ $.Values.global.ingress.annotationsPrefix}}/app-root: "{{ default "" $.Values.global.ingress.root }}/{{ $tier }}/{{ $k }}"
{{- end }}
{{ $.Values.global.ingress.annotationsPrefix}}/client-max-body-size: 1m
kubernetes.io/ingress.class: {{ $.Values.global.ingress.class}}
spec:
ingressClassName: {{ $.Values.global.ingress.class}}
rules:
Expand Down

0 comments on commit 240bc87

Please sign in to comment.