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

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

Updated vault environment

parent 847d3c67
No related branches found
No related tags found
4 merge requests!11merge into release,!8Added FileWatcher and Hashing management,!7Merge Sprint 2 - Hashing management and Watcher,!5Merge WatcherHashing
......@@ -14,9 +14,9 @@ spec:
annotations:
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: "gaiax-edc_role"
vault.hashicorp.com/agent-inject-secret-config.txt: "dev/gaiax-edc-dev-sd-sd-creation-wizard-api"
vault.hashicorp.com/agent-inject-secret-config.txt: "{{ .Values.envIdentifier }}/{{ .Release.Namespace }}-sd-creation-wizard-api"
vault.hashicorp.com/agent-inject-template-config.txt: |
{{`{{ with secret "dev/gaiax-edc-dev-sd-sd-creation-wizard-api" }}
{{`{{ with secret "`}}{{ .Values.envIdentifier }}/{{ .Release.Namespace }}{{`-sd-creation-wizard-api" }}
{{ range $k, $v := .Data.data }}
export {{ $k }}={{ $v }}
{{ end }}
......@@ -66,9 +66,9 @@ spec:
annotations:
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: "gaiax-edc_role"
vault.hashicorp.com/agent-inject-secret-config.txt: "dev/gaiax-edc-dev-sd-sd-creation-wizard-frontend"
vault.hashicorp.com/agent-inject-secret-config.txt: "{{ .Values.envIdentifier }}/{{ .Release.Namespace }}-sd-creation-wizard-frontend"
vault.hashicorp.com/agent-inject-template-config.txt: |
{{`{{ with secret "dev/gaiax-edc-dev-sd-sd-creation-wizard-frontend" }}
{{`{{ with secret "`}}{{ .Values.envIdentifier }}/{{ .Release.Namespace }}{{`-sd-creation-wizard-frontend" }}
{{ range $k, $v := .Data.data }}
export {{ $k }}={{ $v }}
{{ end }}
......
......@@ -6,6 +6,8 @@ creationWizardApiValidationContainerPort: 8080
creationWizardApiContainerPort: 8080
creationWizardFrontendContainerPort: 80
envIdentifier: dev
domain: dev.simpl-europe.eu
validation:
......
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