Skip to content

Commit

Permalink
feat(agent): new API_KEY_AUTHENTICATE_AS_DEFAULT_USER env
Browse files Browse the repository at this point in the history
Signed-off-by: Kranium Gikos Mendoza <kraniumgikos.mendoza@iohk.io>
  • Loading branch information
womfoo committed Oct 19, 2023
1 parent 7aa3997 commit 1be5c67
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions infrastructure/charts/agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,8 @@ spec:
key: seed
optional: false
{{- end }}
- name: API_KEY_AUTHENTICATE_AS_DEFAULT_USER
value: "true"
{{- if .Values.server.useVault }}
- name: VAULT_ADDR
value: "http://{{ .Release.Namespace }}-vault.{{ .Release.Namespace }}:8200"
Expand All @@ -197,3 +199,6 @@ spec:
- name: {{ $key }}
value: {{ $value | quote }}
{{- end }}
# test just for notis
# test 2 just for notis
# test 3 just for notis

0 comments on commit 1be5c67

Please sign in to comment.