Skip to content

Commit

Permalink
Fix chart webhook reference
Browse files Browse the repository at this point in the history
  • Loading branch information
damsien committed May 28, 2024
1 parent 455c0b2 commit 9acbf2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/0.0.1/templates/controller/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
- mountPath: /tmp/k8s-webhook-server/serving-certs
name: cert
readOnly: true
serviceAccountName: controller-manager
serviceAccountName: {{ .Release.Name }}-controller-manager
terminationGracePeriodSeconds: 10
{{- if .Values.controller.tolerations }}
tolerations: {{ toYaml .Values.controller.tolerations | nindent 8 }}
Expand Down

0 comments on commit 9acbf2d

Please sign in to comment.