rename kube to kubectl and add README.md
This commit is contained in:
11
kubectl/01-initialize/02-registry-secret.yaml
Normal file
11
kubectl/01-initialize/02-registry-secret.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: github
|
||||
namespace: hlaeja
|
||||
labels:
|
||||
environment: testing
|
||||
type: kubernetes.io/dockerconfigjson
|
||||
data:
|
||||
# Look at /doc/k8s-docker-registry.md to this value
|
||||
.dockerconfigjson: DockerRegistryBase64==
|
||||
Reference in New Issue
Block a user