Skip to content

Commit

Permalink
Change plugins_needs_config list format
Browse files Browse the repository at this point in the history
Makes easier diff when adding or removing plugins.
  • Loading branch information
VannTen committed Aug 26, 2024
1 parent 2f84567 commit 47c3949
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion roles/kubernetes/control-plane/vars/main.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---
# list of admission plugins that needs to be configured
kube_apiserver_admission_plugins_needs_configuration: [EventRateLimit, PodSecurity]
kube_apiserver_admission_plugins_needs_configuration:
- EventRateLimit
- PodSecurity

0 comments on commit 47c3949

Please sign in to comment.