presidential-paradise: add registry.xirion.net creds

This commit is contained in:
Vivian 2021-10-30 21:07:17 +02:00
parent de3715d033
commit f3c70b48e8
No known key found for this signature in database
GPG key ID: A3923C699D1A3BDA
2 changed files with 20 additions and 0 deletions

View file

@ -1,5 +1,6 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- xirion-registry-creds.yaml
- wooloofanclub
- zookeeper

View file

@ -0,0 +1,19 @@
apiVersion: external-secrets.io/v1alpha1
kind: ExternalSecret
metadata:
name: xirion-registry-creds
namespace: presidential-paradise
spec:
refreshInterval: "5m"
secretStoreRef:
name: vault
kind: ClusterSecretStore
target:
name: xirion-registry-creds
template:
type: kubernetes.io/dockerconfigjson
data:
- secretKey: .dockerconfigjson
remoteRef:
key: xirion-registry-creds
property: dockerconfigjson