This commit is contained in:
2025-05-01 23:20:49 -05:00
parent 6758ea4156
commit 7eb3e56b0d
2 changed files with 10 additions and 11 deletions

View File

@@ -14,13 +14,13 @@ spec:
namespace: openshift-operators namespace: openshift-operators
project: default project: default
source: source:
path: cluster/external-secrets #path: cluster/external-secrets
#path: cluster/external-secrets/overlays/hub path: cluster/external-secrets/overlays/hub
repoURL: https://github.com/rblundon/homelab.git repoURL: https://github.com/rblundon/homelab.git
targetRevision: HEAD targetRevision: HEAD
helm: # helm:
valueFiles: # valueFiles:
- values-hub.yaml # - values-hub.yaml
syncPolicy: syncPolicy:
automated: automated:
prune: true prune: true

View File

@@ -1,10 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1 apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization kind: Kustomization
#namePrefix: hub- commonAnnotations:
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
bases: resources:
- ../../base - github.com/redhat-cop/gitops-catalog/external-secrets-operator/operator/overlays/stable
- github.com/redhat-cop/gitops-catalog/external-secrets-operator/instance/overlays/default
# patches:
# - deployment.yaml