switch
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user