Fix param names in preparation for Kubernetes v1.9.0 (#2098)

This does not update v1.9.0, but fixes two incompatibilities
when trying to deploy v1.9.0.
This commit is contained in:
Matthew Mosesohn
2017-12-20 10:48:09 +00:00
committed by GitHub
parent 127bc01857
commit 6bb46e3ecb
3 changed files with 8 additions and 3 deletions

View File

@@ -48,7 +48,12 @@ kube_apiserver_admission_control:
- LimitRanger
- ServiceAccount
- DefaultStorageClass
- GenericAdmissionWebhook
- >-
{%- if kube_version | version_compare('v1.9', '<') -%}
GenericAdmissionWebhook
{%- else -%}
ValidatingAdmissionWebhook
{%- endif -%}
- ResourceQuota
# extra runtime config