CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/test/kubernetes/secrets/templates/dockerconfigjson.yaml
Views: 11784
1
apiVersion: v1
2
kind: Secret
3
type: kubernetes.io/dockerconfigjson
4
metadata:
5
name: {{ include "secrets.fullname" . }}-dockerconfigjson
6
stringData:
7
.dockerconfigjson:
8
'{"auths":{"https://index.docker.io/v1/":{"username":"username","password":"password","email":"[email protected]","auth":"dXNlcm5hbWU6cGFzc3dvcmQ="}}}'
9
10