Skip to content

Commit

Permalink
fix: deployment mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
katallaxie committed Sep 19, 2024
1 parent 6230936 commit 5396dec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion helm/charts/typhoon/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ spec:
value: "{{ .Values.global.image.repository }}/webhooksource-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
- name: SALESFORCESOURCE_IMAGE
value: "{{ .Values.global.image.repository }}/salesforcesource-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
- name: CLOUDEVENTSSOURCE_IMAGE
value: "{{ .Values.global.image.repository }}/cloudeventssource-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
# Target adapters
- name: CLOUDEVENTSTARGET_IMAGE
value: "{{ .Values.global.image.repository }}/cloudeventstarget-adapter:{{ .Values.global.image.tag | default .Chart.AppVersion }}"
Expand Down Expand Up @@ -104,4 +106,4 @@ spec:
{{- with .Values.tolerations }}
tolerations:
{{- toYaml . | nindent 8 }}
{{- end }}
{{- end }}

0 comments on commit 5396dec

Please sign in to comment.