Formatting the secret as JSON
This commit is contained in:
parent
6aba9bf11b
commit
1e767ec1eb
@ -39,12 +39,13 @@ serviceAccount:
|
|||||||
name: ""
|
name: ""
|
||||||
podAnnotations:
|
podAnnotations:
|
||||||
vault.hashicorp.com/agent-inject: "true"
|
vault.hashicorp.com/agent-inject: "true"
|
||||||
|
vault.hashicorp.com/agent-inject-status: update
|
||||||
vault.hashicorp.com/role: "edh-elo"
|
vault.hashicorp.com/role: "edh-elo"
|
||||||
vault.hashicorp.com/agent-inject-secret-google-credentials.json: "edh-elo/data/google-credentials"
|
vault.hashicorp.com/agent-inject-secret-google-credentials.json: "edh-elo/data/google-credentials"
|
||||||
# vault.hashicorp.com/agent-inject-template-google-credentials.json: |
|
vault.hashicorp.com/agent-inject-template-google-credentials.json: |
|
||||||
# {{- with secret "edh-elo/data/google-credentials" -}}
|
{{- with secret "edh-elo/data/google-credentials" -}}
|
||||||
# {{- .Data | b64enc -}}
|
{{- .Data.data | toJSON -}}
|
||||||
# {{- end -}}
|
{{- end -}}
|
||||||
podSecurityContext: {}
|
podSecurityContext: {}
|
||||||
# fsGroup: 2000
|
# fsGroup: 2000
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user