Skip to content

Commit

Permalink
Merge pull request #23 from ipsavitsky/fix-agent-uri
Browse files Browse the repository at this point in the history
Add the `.injector.agentImage.registry` to the image path
  • Loading branch information
JanMa authored Nov 13, 2024
2 parents 72b4014 + 766a6a3 commit 6f5aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/openbao/templates/injector-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
- name: AGENT_INJECT_VAULT_AUTH_PATH
value: {{ .Values.injector.authPath }}
- name: AGENT_INJECT_VAULT_IMAGE
value: "{{ .Values.injector.agentImage.repository }}:{{ .Values.injector.agentImage.tag }}"
value: "{{ .Values.injector.image.registry | default "quay.io" }}/{{ .Values.injector.agentImage.repository }}:{{ .Values.injector.agentImage.tag }}"
{{- if .Values.injector.certs.secretName }}
- name: AGENT_INJECT_TLS_CERT_FILE
value: "/etc/webhook/certs/{{ .Values.injector.certs.certName }}"
Expand Down

0 comments on commit 6f5aa63

Please sign in to comment.