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

add outpost secret to env

parent 13ce07f9
Branches
Tags
No related merge requests found
...@@ -107,6 +107,11 @@ data: ...@@ -107,6 +107,11 @@ data:
mountPath: /etc/localtime mountPath: /etc/localtime
{{- end }} {{- end }}
extraEnv: extraEnv:
- name: OUTPOST_FLAVORS_UPDATE_TOKEN
valueFrom:
secretKeyRef:
key: hub.services.outpostflavors.apiToken
name: hub
- name: RESERVATION_KEY_PATH - name: RESERVATION_KEY_PATH
value: /mnt/shared-data/reservation_key/ssh-privatekey value: /mnt/shared-data/reservation_key/ssh-privatekey
- name: CUSTOM_CONFIG_PATH - name: CUSTOM_CONFIG_PATH
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment