From d6556239f7b84cdbad3a22b0b766b7bd72f149a2 Mon Sep 17 00:00:00 2001 From: Robin Roth Date: Mon, 13 Aug 2018 17:15:35 +0200 Subject: [PATCH] nginx-ingress: Use lists as default in extraVolumes (#6736) --- stable/nginx-ingress/Chart.yaml | 2 +- stable/nginx-ingress/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/nginx-ingress/Chart.yaml b/stable/nginx-ingress/Chart.yaml index 06adef3a85..68bbbfca05 100755 --- a/stable/nginx-ingress/Chart.yaml +++ b/stable/nginx-ingress/Chart.yaml @@ -1,5 +1,5 @@ name: nginx-ingress -version: 0.24.0 +version: 0.24.1 appVersion: 0.17.1 home: https://github.com/kubernetes/ingress-nginx description: An nginx Ingress controller that uses ConfigMap to store the nginx configuration. diff --git a/stable/nginx-ingress/values.yaml b/stable/nginx-ingress/values.yaml index 98ba1e71ef..c860748b77 100755 --- a/stable/nginx-ingress/values.yaml +++ b/stable/nginx-ingress/values.yaml @@ -192,7 +192,7 @@ controller: http: "" https: "" - extraContainers: {} + extraContainers: [] ## Additional containers to be added to the controller pod. ## See https://github.com/lemonldap-ng-controller/lemonldap-ng-controller as example. # - name: my-sidecar @@ -216,12 +216,12 @@ controller: # - name: copy-portal-skins # mountPath: /srv/var/lib/lemonldap-ng/portal/skins - extraVolumeMounts: {} + extraVolumeMounts: [] ## Additional volumeMounts to the controller main container. # - name: copy-portal-skins # mountPath: /var/lib/lemonldap-ng/portal/skins - extraVolumes: {} + extraVolumes: [] ## Additional volumes to the controller pod. # - name: copy-portal-skins # emptyDir: {}