Skip to content

Commit

Permalink
Fix webhook typo
Browse files Browse the repository at this point in the history
Signed-off-by: ddl-ebrown <[email protected]>
  • Loading branch information
ddl-ebrown committed Jan 22, 2024
1 parent 5300e1b commit 0123e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/flyte-core/templates/propeller/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
app.kubernetes.io/version: {{ .Values.flytepropeller.image.tag }}
annotations:
configChecksum: {{ include (print .Template.BasePath "/propeller/configmap.yaml") . | sha256sum | trunc 63 | quote }}
{{- with .Values.flyteadmin.podAnnotations }}
{{- with .Values.flytepropeller.podAnnotations }}
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
Expand Down Expand Up @@ -60,7 +60,7 @@ spec:
fieldPath: metadata.namespace
volumeMounts:
- name: config-volume
mountPath: /etc/flyte/config
mountPath: /etc/flyte/config
{{- end }}
containers:
- name: webhook
Expand Down

0 comments on commit 0123e73

Please sign in to comment.