Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 6d808448 authored by Andrea Vergari's avatar Andrea Vergari
Browse files

Changed name of variable

parent b1f83ef8
No related branches found
No related tags found
5 merge requests!11merge into release,!9Creation of release,!8Added FileWatcher and Hashing management,!7Merge Sprint 2 - Hashing management and Watcher,!5Merge WatcherHashing
Pipeline #192341 passed
File moved
File moved
File moved
File moved
File moved
...@@ -81,7 +81,7 @@ spec: ...@@ -81,7 +81,7 @@ spec:
- name: {{ .Chart.Name }}-frontend - name: {{ .Chart.Name }}-frontend
command: [ "/bin/sh" ] command: [ "/bin/sh" ]
args: [ "-c", "source /vault/secrets/config.txt && envsubst < /usr/share/nginx/html/assets/env.template.js > /usr/share/nginx/html/assets/env.js && exec nginx -g 'daemon off;'" ] args: [ "-c", "source /vault/secrets/config.txt && envsubst < /usr/share/nginx/html/assets/env.template.js > /usr/share/nginx/html/assets/env.js && exec nginx -g 'daemon off;'" ]
image: code.europa.eu:4567/simpl/simpl-open/development/data1/sdtooling-wizard-fe:0.0.2 image: code.europa.eu:4567/simpl/simpl-open/development/data1/sdtooling-wizard-fe:latest
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: {{ .Values.creationWizardFrontendContainerPort }} - containerPort: {{ .Values.creationWizardFrontendContainerPort }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment