Skip to content

Commit

Permalink
Default cert reload to false for manual deploy template
Browse files Browse the repository at this point in the history
  • Loading branch information
ycheng-kareo committed Feb 27, 2024
1 parent 50b1364 commit 37a7e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admission-webhook/deploy/gmsa-webhook.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
- name: TLS_CRT
value: /tls/crt
args:
- --cert-reload=true
- --cert-reload=false
volumes:
- name: tls
secret:
Expand Down

0 comments on commit 37a7e8d

Please sign in to comment.