2 changed files with 20 additions and 0 deletions
@ -1,5 +1,6 @@ |
|||
apiVersion: kustomize.config.k8s.io/v1beta1 |
|||
kind: Kustomization |
|||
resources: |
|||
- xirion-registry-creds.yaml |
|||
- wooloofanclub |
|||
- zookeeper |
|||
|
@ -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 |
Reference in new issue