mirror of https://git.rancher.io/charts
12 lines
524 B
Diff
12 lines
524 B
Diff
|
--- charts-original/templates/tests/test.yaml
|
||
|
+++ charts/templates/tests/test.yaml
|
||
|
@@ -33,7 +33,7 @@
|
||
|
{{- end }}
|
||
|
containers:
|
||
|
- name: {{ .Release.Name }}-test
|
||
|
- image: "{{ .Values.testFramework.image}}:{{ .Values.testFramework.tag }}"
|
||
|
+ image: "{{ template "system_default_registry" . }}{{ .Values.testFramework.image}}:{{ .Values.testFramework.tag }}"
|
||
|
imagePullPolicy: "{{ .Values.testFramework.imagePullPolicy}}"
|
||
|
command: ["/opt/bats/bin/bats", "-t", "/tests/run.sh"]
|
||
|
volumeMounts:
|