mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-25 17:11:48 +00:00
8 lines
213 B
YAML
8 lines
213 B
YAML
---
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: credentials-sync
|
|
data:
|
|
GCR_REGISTRY: gcr.io # set the registry
|
|
KUBE_SECRET: gcr-credentials # does not yet exist -- will be created in the same Namespace
|