Add initial codes
[it/test.git] / test_scripts / subscription / test-subscription-helmchart-1.0.3 / templates / secrets.yaml
1 apiVersion: v1
2 kind: Secret
3 metadata:
4   name: {{ .Values.imageCredentials.name }}
5 type: kubernetes.io/dockerconfigjson
6 data:
7     .dockerconfigjson: {{ template "imagePullSecret" . }}