Skip to content

Commit

Permalink
Support custom statefulset webhook config name (#144)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Jan 31, 2024
1 parent 5b906d4 commit e1e9ca5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/statefulset/templates/webhook-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ spec:
{{- toYaml .Values.operator.securityContext | nindent 10 }}
args:
- webhook
- --webhook-name={{ include "statefulset.fullname" . }}
ports:
- name: webhook-server
containerPort: 9443
Expand Down

0 comments on commit e1e9ca5

Please sign in to comment.