mirror of https://github.com/fluxcd/flux2.git
11 lines
264 B
YAML
11 lines
264 B
YAML
3 years ago
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: ghcr
|
||
|
namespace: my-namespace
|
||
|
stringData:
|
||
|
.dockerconfigjson: '{"auths":{"ghcr.io":{"username":"stefanprodan","password":"password","auth":"c3RlZmFucHJvZGFuOnBhc3N3b3Jk"}}}'
|
||
|
type: kubernetes.io/dockerconfigjson
|
||
|
|