Skip to content

Commit

Permalink
fix: allow overriding audit-policy-file in kube-apiserver static pod
Browse files Browse the repository at this point in the history
Otherwise we lock it with our default config.

Signed-off-by: Artem Chernyshev <artem.chernyshev@talos-systems.com>
  • Loading branch information
Unix4ever committed Oct 11, 2021
1 parent 8fcd421 commit 7137166
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,6 @@ func (ctrl *ControlPlaneStaticPodController) manageAPIServer(ctx context.Context
"proxy-client-cert-file": argsbuilder.MergeDenied,
"proxy-client-key-file": argsbuilder.MergeDenied,
"encryption-provider-config": argsbuilder.MergeDenied,
"audit-policy-file": argsbuilder.MergeDenied,
"etcd-cafile": argsbuilder.MergeDenied,
"etcd-certfile": argsbuilder.MergeDenied,
"etcd-keyfile": argsbuilder.MergeDenied,
Expand Down

0 comments on commit 7137166

Please sign in to comment.