Skip to content

Commit

Permalink
Revert "apiserver: fix incorrect path to admission plugins config fil…
Browse files Browse the repository at this point in the history
…es (#11779)" (#11808)

This reverts commit 742409e.
  • Loading branch information
VannTen authored Dec 18, 2024
1 parent 03de8ff commit 331671a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ plugins:
{% for plugin in kube_apiserver_enable_admission_plugins %}
{% if plugin in kube_apiserver_admission_plugins_needs_configuration %}
- name: {{ plugin }}
path: {{ kube_config_dir }}/admission-controls/{{ item | lower }}.yaml.yaml
path: {{ kube_config_dir }}/{{ plugin | lower }}.yaml
{% endif %}
{% endfor %}

0 comments on commit 331671a

Please sign in to comment.