We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d3ebe commit f9ec2aeCopy full SHA for f9ec2ae
charts/featbit/templates/tests/das-test-connection.yaml
@@ -9,8 +9,8 @@ metadata:
9
spec:
10
containers:
11
- name: wget
12
- image: {{ .Values.busybox.image }}
13
- imagePullPolicy: {{ .Values.busybox.pullPolicy }}
+ image: {{ include "featbit.init-container.busybox.image" . }}
+ imagePullPolicy: {{ .Values.busybox.image.pullPolicy }}
14
command: ['wget']
15
args: ['{{ include "das.svc.name" . }}:{{ include "das.svc.port" .}}/api']
16
restartPolicy: Never
0 commit comments