We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b451f commit 2e73935Copy full SHA for 2e73935
charts/cluster-api-runtime-extensions-nutanix/templates/deployment.yaml
@@ -24,7 +24,7 @@ spec:
24
serviceAccountName: {{ template "chart.name" . }}
25
terminationGracePeriodSeconds: 10
26
containers:
27
- - name: webhook
+ - name: manager
28
image: "{{ .Values.image.repository }}:{{ default $.Chart.AppVersion .Values.image.tag }}"
29
imagePullPolicy: "{{ .Values.image.pullPolicy }}"
30
args:
0 commit comments