File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
deploy/helm/kubernetes/templates Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ metadata:
1111 {{- toYaml . | nindent 4 }}
1212 {{- end }}
1313 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 }}
1714 {{- with .Values.apiServer.service.annotations }}
1815 {{- toYaml . | nindent 4 }}
1916 {{- end }}
Original file line number Diff line number Diff line change @@ -11,9 +11,6 @@ metadata:
1111 {{- toYaml . | nindent 4 }}
1212 {{- end }}
1313 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 }}
1714 {{- with .Values.konnectivityServer.service.annotations }}
1815 {{- toYaml . | nindent 4 }}
1916 {{- end }}
You can’t perform that action at this time.
0 commit comments