apiVersion: v1 kind: Secret metadata: name: ghcr-pull-secret namespace: container-mom type: kubernetes.io/dockerconfigjson data: .dockerconfigjson: ${DOCKER_CONFIG_JSON}