Skip to content

Commit

Permalink
Merge pull request #6988 from voelzmo/patch-4
Browse files Browse the repository at this point in the history
Remove not yet supported parameter from admission-controller deployment
  • Loading branch information
k8s-ci-robot authored Jun 28, 2024
2 parents d0441f7 + b689df7 commit 8cf630a
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 8cf630a

Please sign in to comment.