Skip to content

Commit

Permalink
feat(koperator): Pass kommander version to deployment via args
Browse files Browse the repository at this point in the history
  • Loading branch information
gracedo committed Sep 7, 2023
1 parent c2ef894 commit 2f30c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/kommander-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ spec:
- name: {{ .Chart.Name }}
image: "{{ .Values.kommanderoperator.image.repository }}:{{ .Values.kommanderoperator.image.tag }}"
imagePullPolicy: {{ .Values.kommanderoperator.image.pullPolicy }}
args:
- --kommander-version={{ .Chart.Version }}
ports:
- name: http
containerPort: 80
Expand Down

0 comments on commit 2f30c7b

Please sign in to comment.