Add extra configMaps support to helm chart (#10673)
* Add extra configMaps support to helm chart Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com> * Introducing unit tests for helm chart Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com> --------- Signed-off-by: Stavros Foteinopoulos <stafot@gmail.com>
This commit is contained in:
parent
60046bf7e1
commit
1f06e26080
8 changed files with 100 additions and 2 deletions
|
|
@ -931,6 +931,21 @@ defaultBackend:
|
|||
## Additional volumes to the default backend pod.
|
||||
# - name: copy-portal-skins
|
||||
# emptyDir: {}
|
||||
extraConfigMaps: []
|
||||
## Additional configmaps to the default backend pod.
|
||||
# Example ConfigMap, uncomment and configure as needed
|
||||
# - name: my-extra-configmap-1
|
||||
# labels:
|
||||
# type: config-1
|
||||
# data:
|
||||
# extra_file_1.html: |
|
||||
# <!-- Extra HTML content for ConfigMap 1 -->
|
||||
# - name: my-extra-configmap-2
|
||||
# labels:
|
||||
# type: config-2
|
||||
# data:
|
||||
# extra_file_2.html: |
|
||||
# <!-- Extra HTML content for ConfigMap 2 -->
|
||||
|
||||
autoscaling:
|
||||
annotations: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue