Skip to content

Commit f9ec2ae

Browse files
authored
fix: das-test-connection.yaml invalid rendering of image name (#38)
1 parent b3d3ebe commit f9ec2ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: charts/featbit/templates/tests/das-test-connection.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ metadata:
99
spec:
1010
containers:
1111
- name: wget
12-
image: {{ .Values.busybox.image }}
13-
imagePullPolicy: {{ .Values.busybox.pullPolicy }}
12+
image: {{ include "featbit.init-container.busybox.image" . }}
13+
imagePullPolicy: {{ .Values.busybox.image.pullPolicy }}
1414
command: ['wget']
1515
args: ['{{ include "das.svc.name" . }}:{{ include "das.svc.port" .}}/api']
1616
restartPolicy: Never

0 commit comments

Comments
 (0)