Added support for create.
All checks were successful
Deploy the Helm Chart / build (push) Successful in 10s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 10s
This commit is contained in:
parent
a76ce5ceee
commit
3a4b0a1c73
3 changed files with 13 additions and 2 deletions
|
|
@ -7,7 +7,7 @@ metadata:
|
|||
app: {{ include "vault.fullname" . }}
|
||||
spec:
|
||||
serviceName: {{ include "vault.fullname" . }}
|
||||
replicas: 1
|
||||
replicas: {{ .Values.create.replicaCount | default 1 }}
|
||||
selector:
|
||||
matchLabels:
|
||||
app: {{ include "vault.fullname" . }}
|
||||
|
|
@ -32,6 +32,8 @@ spec:
|
|||
env:
|
||||
- name: VAULT_ADDR
|
||||
value: http://0.0.0.0:8200
|
||||
- name: POLICY_CAPABILITIES
|
||||
value: {{ .Values.create.policyCapabilities | join "," }}
|
||||
- name: ROLE_ID_SECRET_NAME
|
||||
value: {{ .Values.create.appRole.roleIDSecretName }}
|
||||
- name: SECRET_ID_SECRET_NAME
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue