Skip to content

Commit

Permalink
Define influx image name explicitly
Browse files Browse the repository at this point in the history
The image name from the values file doesn't resolve to the correct image name.
  • Loading branch information
djnewbould committed Oct 17, 2024
1 parent 07e5dc8 commit 4d1835e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/templates/historians/uns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
secretName: historian-uns-keytabs
initContainers:
- name: create-bucket
image: "{{ include "amrc-connectivity-stack.image-name" (list . .Values.influxdb2) }}"
image: "{{.Values.influxdb2.image.repository}}:{{.Values.influxdb2.image.tag}}"
env:
- name: INFLUX_TOKEN
valueFrom:
Expand Down

0 comments on commit 4d1835e

Please sign in to comment.