4 Commits

4 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/refs/tags/v1.2.0/manifests/dragonfly-operator.yaml

View File

@ -0,0 +1,10 @@
---
nameReference:
- kind: Secret
fieldSpecs:
- path: spec/target/name
kind: ExternalSecret
- kind: Secret
fieldSpecs:
- path: spec/selector/secret/name
kind: PushSecret

View File

@ -6,6 +6,9 @@ namespace: external-secrets
resources: resources:
- namespace.yaml - namespace.yaml
configurations:
- ./configurations/external-secrets.yaml
helmCharts: helmCharts:
- name: external-secrets - name: external-secrets
repo: https://charts.external-secrets.io repo: https://charts.external-secrets.io

View File

@ -11,5 +11,6 @@ resources:
- ./minio - ./minio
- ./metrics - ./metrics
- ./nginx - ./nginx
- ./dragonfly
- ./external-secrets - ./external-secrets
#- ./cloudnative-pg-operator #- ./cloudnative-pg-operator