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