Skip to content
Snippets Groups Projects
Unverified Commit 298c6cb7 authored by Aivars Sterns's avatar Aivars Sterns Committed by GitHub
Browse files

Merge pull request #2633 from grebois/patch-3

Enabling MutatingAdmissionWebhook for Istio Automatic sidecar injection
parents a561ee62 88765f62
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ kube_apiserver_admission_control: ...@@ -52,7 +52,7 @@ kube_apiserver_admission_control:
{%- if kube_version | version_compare('v1.9', '<') -%} {%- if kube_version | version_compare('v1.9', '<') -%}
GenericAdmissionWebhook GenericAdmissionWebhook
{%- else -%} {%- else -%}
ValidatingAdmissionWebhook MutatingAdmissionWebhook,ValidatingAdmissionWebhook
{%- endif -%} {%- endif -%}
- ResourceQuota - ResourceQuota
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment