spring-web-modules-kubernet.../k8s/2-secret.yaml

9 lines
228 B
YAML
Raw Normal View History

2021-12-21 11:55:35 +07:00
apiVersion: v1
kind: Secret
metadata:
namespace: spring-dev
name: registry-secret
stringData:
.dockerconfigjson: |
{"auths":{"registry.kh.cubetiqs.com":{"auth":"c29tYm9jaGVhOm1z"}}}
type: kubernetes.io/dockerconfigjson