We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64cba54 commit 6e0b2e5Copy full SHA for 6e0b2e5
website-map/templates/pull_secret.yaml
@@ -0,0 +1,7 @@
1
+apiVersion: v1
2
+kind: Secret
3
+metadata:
4
+ name: pull-secret
5
+type: kubernetes.io/dockerconfigjson
6
+data:
7
+ .dockerconfigjson: {{ template "imagePullSecret" . }}
0 commit comments