deploy ESO via helm
This commit is contained in:
@@ -11,15 +11,16 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
destination:
|
destination:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: external-secrets
|
namespace: openshift-operators
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
path: cluster/external-secrets/overlays/hub
|
path: cluster/external-secrets
|
||||||
|
#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,7 +1,7 @@
|
|||||||
# https://github.com/external-secrets/external-secrets/blob/main/deploy/charts/external-secrets/values.yaml
|
# https://github.com/external-secrets/external-secrets/blob/main/deploy/charts/external-secrets/values.yaml
|
||||||
|
|
||||||
external-secrets:
|
external-secrets:
|
||||||
enabled: false # Default: true
|
enabled: true # Default: true
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
Reference in New Issue
Block a user