CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
rapid7

CoCalc provides the best real-time collaborative environment for Jupyter Notebooks, LaTeX documents, and SageMath, scalable from individual users to large groups and classes!

GitHub Repository: rapid7/metasploit-framework
Path: blob/master/test/kubernetes/secrets/templates/dockerconfigjson.yaml
Views: 1904
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