Skip to content

Commit 2b558c9

Browse files
committed
disable automatic allow-shared-ip for metallb
1 parent 6a52355 commit 2b558c9

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

deploy/helm/kubernetes/templates/apiserver-service.yaml

-3
Original file line numberDiff line numberDiff 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 }}

deploy/helm/kubernetes/templates/konnectivity-server-service.yaml

-3
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)