Skip to content

Commit

Permalink
Fix kube-vip repository, remove incorrect use of values in hmc
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Squizzato <[email protected]>
  • Loading branch information
squizzi committed Nov 4, 2024
1 parent b3f489f commit b8f8cb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
namespace: kube-system
values: |
image:
repository: {{ .Values.extensions.imageRepository }}
repository: {{ .Values.extensions.imageRepository }}/kube-vip
config:
address: {{ .Values.controlPlaneEndpointIP }}
env:
Expand Down
2 changes: 1 addition & 1 deletion templates/provider/hmc/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
env:
- name: KUBERNETES_CLUSTER_DOMAIN
value: {{ quote .Values.kubernetesClusterDomain }}
image: {{ .Values.extensions.imageRepository }}:{{ .Values.image.tag
image: {{ .Values.image.repository }}:{{ .Values.image.tag
| default .Chart.AppVersion }}
imagePullPolicy: {{ .Values.image.pullPolicy }}
{{- if .Values.admissionWebhook.enabled }}
Expand Down

0 comments on commit b8f8cb3

Please sign in to comment.