mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
nginx-ingress: Use lists as default in extraVolumes (#6736)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
Reference in New Issue
Block a user