nginx-ingress: Use lists as default in extraVolumes (#6736)

This commit is contained in:
Robin Roth
2018-08-13 08:15:35 -07:00
committed by k8s-ci-robot
parent 3923dacb32
commit d6556239f7
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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.
+3 -3
View File
@@ -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: {}