Skip to content

Commit

Permalink
apiserver: fix incorrect path to admission plugins config files (kube…
Browse files Browse the repository at this point in the history
  • Loading branch information
VannTen authored Dec 16, 2024
1 parent a2cde9e commit 742409e
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 }}/{{ plugin | lower }}.yaml
path: {{ kube_config_dir }}/admission-controls/{{ item | lower }}.yaml.yaml
{% endif %}
{% endfor %}

0 comments on commit 742409e

Please sign in to comment.