Skip to content

Commit

Permalink
Remove unsupported parameter from admission-controller
Browse files Browse the repository at this point in the history
  • Loading branch information
voelzmo authored Jun 28, 2024
1 parent d0441f7 commit b689df7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
args: ["--v=4", "--stderrthreshold=info", "--reload-cert"]
args: ["--v=4", "--stderrthreshold=info"]
volumeMounts:
- name: tls-certs
mountPath: "/etc/tls-certs"
Expand Down

0 comments on commit b689df7

Please sign in to comment.