Skip to content

Commit

Permalink
fix: syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Stefano Cappa <[email protected]>
  • Loading branch information
Ks89 committed Sep 1, 2024
1 parent 86340ca commit 10adfb6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion home-anthill/templates/online-alarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
spec:
containers:
- name: online-alarm
image: {{ .Values.online-alarm.image }}
image: {{ .Values.onlineAlarm.image }}
{{- if .Values.debug.pods.alwaysPullContainers }}
imagePullPolicy: Always
{{- end }}
Expand Down
2 changes: 1 addition & 1 deletion home-anthill/templates/online-receiver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
mountPath: /etc/tls/cert-issuer-mqtt
containers:
- name: online-receiver
image: {{ .Values.online-receiver.image }}
image: {{ .Values.onlineReceiver.image }}
{{- if .Values.debug.pods.alwaysPullContainers }}
imagePullPolicy: Always
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions home-anthill/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ consumer:
online:
image: "ks89/online:v1.0.0"

online-receiver:
onlineReceiver:
image: "ks89/online-receiver:v1.0.0"

online-alarm:
onlineAlarm:
image: "ks89/online-alarm:v1.0.0"

# debug configuration, not for production environment
Expand Down

0 comments on commit 10adfb6

Please sign in to comment.