Skip to content

Commit

Permalink
WZ-17021 - add component name to all outpost wiz components
Browse files Browse the repository at this point in the history
- Add COMPONENT_NAME env var for all outpost components registered in commonlib/components.go (csi drivers)
  • Loading branch information
dany74q committed Dec 17, 2024
1 parent 5caf348 commit e6eda7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions git-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}

env:
- name: COMPONENT_NAME
value: wiz-git-proxy
{{- range $key, $value := .Values.extraEnv }}
- name: {{ $key }}
value: "{{ $value }}"
Expand Down

0 comments on commit e6eda7c

Please sign in to comment.