19 lines
423 B
YAML
19 lines
423 B
YAML
apiVersion: external-secrets.io/v1beta1
|
|
kind: ExternalSecret
|
|
metadata:
|
|
name: registry-creds
|
|
namespace: test
|
|
spec:
|
|
refreshInterval: "5m"
|
|
secretStoreRef:
|
|
name: vault
|
|
kind: ClusterSecretStore
|
|
target:
|
|
name: registry-creds
|
|
template:
|
|
type: kubernetes.io/dockerconfigjson
|
|
data:
|
|
- secretKey: .dockerconfigjson
|
|
remoteRef:
|
|
key: k8s/registry-creds
|
|
property: dockerconfigjson |