helm deploy
This commit is contained in:
@@ -3,7 +3,7 @@ apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: external-secrets
|
||||
namespace: openshift-gitops
|
||||
namespace: external-secrets
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
annotations:
|
||||
@@ -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
|
||||
@@ -8,6 +8,7 @@ resources:
|
||||
cpu: 10m
|
||||
memory: 32Mi
|
||||
|
||||
createOperator: true
|
||||
# -- if true, the operator will process cluster external secret. Else, it will ignore them.
|
||||
processClusterExternalSecret: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user