Had forgotten to add a MODE environment variable that is now reuired
All checks were successful
Deploy the Helm Chart / build (push) Successful in 11s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 11s
This commit is contained in:
parent
18633616bd
commit
77158603d7
1 changed files with 2 additions and 0 deletions
|
|
@ -36,6 +36,8 @@ spec:
|
|||
env:
|
||||
- name: VAULT_ADDR
|
||||
value: http://0.0.0.0:8200
|
||||
- name: MODE
|
||||
value: {{ .Values.create.appRole.mode }}
|
||||
- name: POLICY_CAPABILITIES
|
||||
value: {{ .Values.create.policyCapabilities | join "," }}
|
||||
- name: ROLE_ID_SECRET_NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue