diff --git a/stable/openebs/Chart.yaml b/stable/openebs/Chart.yaml index ce2c8874e8..e7ce17c005 100644 --- a/stable/openebs/Chart.yaml +++ b/stable/openebs/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -version: 1.1.2 +version: 1.1.3 name: openebs appVersion: 1.1.0 description: Containerized Storage for Containers diff --git a/stable/openebs/templates/validationwebhook.yaml b/stable/openebs/templates/validationwebhook.yaml index 4442985224..8a8890994a 100644 --- a/stable/openebs/templates/validationwebhook.yaml +++ b/stable/openebs/templates/validationwebhook.yaml @@ -18,7 +18,7 @@ metadata: webhooks: # failurePolicy Fail means that an error calling the webhook causes the admission to fail. - name: admission-webhook.openebs.io - failurePolicy: Fail + failurePolicy: {{ .Values.webhook.failurePolicy }} clientConfig: service: name: admission-server-svc diff --git a/stable/openebs/values.yaml b/stable/openebs/values.yaml index a8856f77ab..2b15c7417f 100644 --- a/stable/openebs/values.yaml +++ b/stable/openebs/values.yaml @@ -113,6 +113,7 @@ webhook: image: "quay.io/openebs/admission-server" imageTag: "1.1.0" generateTLS: true + failurePolicy: Ignore replicas: 1 nodeSelector: {} tolerations: []