mirror of
https://github.com/kyverno/kyverno.git
synced 2025-01-20 18:52:16 +00:00
8 lines
184 B
YAML
8 lines
184 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: docker-registry-key
|
|
namespace: kube-system
|
|
data:
|
|
.dockerconfigjson: DOCKER_CONFIG_JSON_IN_BASE64
|
|
type: kubernetes.io/dockerconfigjson
|