Skip to content
Snippets Groups Projects
Commit a2e39129 authored by Tim Kreuzer's avatar Tim Kreuzer
Browse files

fix generic env variables

parent 57363a47
No related branches found
No related tags found
No related merge requests found
Pipeline #295690 passed
...@@ -47,10 +47,17 @@ targetCustomizations: ...@@ -47,10 +47,17 @@ targetCustomizations:
clusterSelector: clusterSelector:
matchLabels: matchLabels:
stage: production stage: production
maintenance: "false"
helm: helm:
valuesFiles: valuesFiles:
# - ../../base-values/image_devel.yaml
- ../../base-values/image_prod.yaml - ../../base-values/image_prod.yaml
- ../../base-values/resources.yaml - ../../base-values/resources.yaml
kustomize: - name: production-maintenace
dir: ./kustomize clusterSelector:
matchLabels:
stage: production
maintenance: "true"
helm:
valuesFiles:
- ../../base-values/image_prod.yaml
- ../../base-values/maintenance.yaml
...@@ -11,7 +11,7 @@ patches: ...@@ -11,7 +11,7 @@ patches:
labelSelector: component=hub labelSelector: component=hub
patch: |- patch: |-
- op: add - op: add
path: /spec/template/spec/containers/2/envFrom path: /spec/template/spec/containers/0/envFrom
value: value:
- secretRef: - secretRef:
name: generics name: generics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment