Skip to content

Commit

Permalink
disable automatic allow-shared-ip for metallb
Browse files Browse the repository at this point in the history
  • Loading branch information
kvaps committed Jul 21, 2021
1 parent 6a52355 commit 2b558c9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions deploy/helm/kubernetes/templates/apiserver-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
{{- if and (not (index .Values.apiServer.service.annotations "metallb.universe.tf/allow-shared-ip")) (eq .Values.konnectivityServer.mode "HTTPConnect") }}
metallb.universe.tf/allow-shared-ip: {{ $fullName }}
{{- end }}
{{- with .Values.apiServer.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ metadata:
{{- toYaml . | nindent 4 }}
{{- end }}
annotations:
{{- if not (index .Values.konnectivityServer.service.annotations "metallb.universe.tf/allow-shared-ip") }}
metallb.universe.tf/allow-shared-ip: {{ $fullName }}
{{- end }}
{{- with .Values.konnectivityServer.service.annotations }}
{{- toYaml . | nindent 4 }}
{{- end }}
Expand Down

0 comments on commit 2b558c9

Please sign in to comment.