switch
This commit is contained in:
@@ -14,13 +14,13 @@ spec:
|
||||
namespace: openshift-operators
|
||||
project: default
|
||||
source:
|
||||
path: cluster/external-secrets
|
||||
#path: cluster/external-secrets/overlays/hub
|
||||
#path: cluster/external-secrets
|
||||
path: cluster/external-secrets/overlays/hub
|
||||
repoURL: https://github.com/rblundon/homelab.git
|
||||
targetRevision: HEAD
|
||||
helm:
|
||||
valueFiles:
|
||||
- values-hub.yaml
|
||||
# helm:
|
||||
# valueFiles:
|
||||
# - values-hub.yaml
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
#namePrefix: hub-
|
||||
commonAnnotations:
|
||||
argocd.argoproj.io/sync-options: SkipDryRunOnMissingResource=true
|
||||
|
||||
bases:
|
||||
- ../../base
|
||||
|
||||
# patches:
|
||||
# - deployment.yaml
|
||||
resources:
|
||||
- github.com/redhat-cop/gitops-catalog/external-secrets-operator/operator/overlays/stable
|
||||
- github.com/redhat-cop/gitops-catalog/external-secrets-operator/instance/overlays/default
|
||||
|
||||
Reference in New Issue
Block a user