File tree 2 files changed +0
-6
lines changed
deploy/helm/kubernetes/templates
2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ metadata:
11
11
{{- toYaml . | nindent 4 }}
12
12
{{- end }}
13
13
annotations :
14
- {{- if and (not (index .Values.apiServer.service.annotations "metallb.universe.tf/allow-shared-ip")) (eq .Values.konnectivityServer.mode "HTTPConnect") }}
15
- metallb.universe.tf/allow-shared-ip : {{ $fullName }}
16
- {{- end }}
17
14
{{- with .Values.apiServer.service.annotations }}
18
15
{{- toYaml . | nindent 4 }}
19
16
{{- end }}
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ metadata:
11
11
{{- toYaml . | nindent 4 }}
12
12
{{- end }}
13
13
annotations :
14
- {{- if not (index .Values.konnectivityServer.service.annotations "metallb.universe.tf/allow-shared-ip") }}
15
- metallb.universe.tf/allow-shared-ip : {{ $fullName }}
16
- {{- end }}
17
14
{{- with .Values.konnectivityServer.service.annotations }}
18
15
{{- toYaml . | nindent 4 }}
19
16
{{- end }}
You can’t perform that action at this time.
0 commit comments