Skip to content

Commit

Permalink
deployment typo
Browse files Browse the repository at this point in the history
  • Loading branch information
SonOfLope committed Mar 14, 2024
1 parent 8cc0db0 commit 5b3244e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
vault.hashicorp.com/agent-inject: "true"
vault.hashicorp.com/role: "secret-reader"
vault.hashicorp.com/agent-inject-template-hackqc2024: |
{{- with secret "kv/data/hackqc2024/default/secrets" }}
{{- with secret "kv/data/hackqc2024/default/secrets" -}}
export API_KEY="{{ .Data.api_key }}"
export JEU_DE_DONNEES="{{ .Data.jeu_de_donnees }}"
{{- end }}
Expand Down

0 comments on commit 5b3244e

Please sign in to comment.