Skip to content

Commit

Permalink
fix audit image registry (#19)
Browse files Browse the repository at this point in the history
Signed-off-by: Sarah Funkhouser <[email protected]>
  • Loading branch information
sfunkhouser authored Sep 29, 2023
1 parent 37b6e25 commit 20620bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/governor/templates/slack-addon-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
{{- if .Values.audit.enabled }}
initContainers:
# Optional: Pre-creates the `/app-audit/audit.log` named pipe.
- image: "{{ .Values.audit.auditImage.registry }}/{{ .Values.audit.auditImage.repository }}:{{ .Values.audit.auditImage.tag | default .Chart.AppVersion }}"
- image: "{{ .Values.audit.auditImage.repository }}:{{ .Values.audit.auditImage.tag | default .Chart.AppVersion }}"
{{- with .Values.audit.securityContext }}
securityContext:
{{- toYaml . | nindent 10 }}
Expand Down

0 comments on commit 20620bd

Please sign in to comment.