helm deploy
This commit is contained in:
@@ -3,7 +3,7 @@ apiVersion: argoproj.io/v1alpha1
|
|||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: external-secrets
|
name: external-secrets
|
||||||
namespace: openshift-gitops
|
namespace: external-secrets
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
annotations:
|
annotations:
|
||||||
@@ -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
|
||||||
@@ -3,28 +3,29 @@
|
|||||||
external-secrets:
|
external-secrets:
|
||||||
enabled: true # Default: true
|
enabled: true # Default: true
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
memory: 32Mi
|
memory: 32Mi
|
||||||
|
|
||||||
# -- if true, the operator will process cluster external secret. Else, it will ignore them.
|
createOperator: true
|
||||||
processClusterExternalSecret: true
|
# -- if true, the operator will process cluster external secret. Else, it will ignore them.
|
||||||
|
processClusterExternalSecret: true
|
||||||
|
|
||||||
# -- if true, the operator will process cluster push secret. Else, it will ignore them.
|
# -- if true, the operator will process cluster push secret. Else, it will ignore them.
|
||||||
processClusterPushSecret: false #true
|
processClusterPushSecret: false #true
|
||||||
|
|
||||||
# -- if true, the operator will process cluster store. Else, it will ignore them.
|
# -- if true, the operator will process cluster store. Else, it will ignore them.
|
||||||
processClusterStore: false #true
|
processClusterStore: false #true
|
||||||
|
|
||||||
# -- if true, the operator will process push secret. Else, it will ignore them.
|
# -- if true, the operator will process push secret. Else, it will ignore them.
|
||||||
processPushSecret: false #true
|
processPushSecret: false #true
|
||||||
|
|
||||||
webhook:
|
webhook:
|
||||||
# -- Specifies whether a webhook deployment be created. If set to false, crds.conversion.enabled should also be set to false otherwise the kubeapi will be hammered because the conversion is looking for a webhook endpoint.
|
# -- Specifies whether a webhook deployment be created. If set to false, crds.conversion.enabled should also be set to false otherwise the kubeapi will be hammered because the conversion is looking for a webhook endpoint.
|
||||||
create: false #true
|
create: false #true
|
||||||
|
|
||||||
certController:
|
certController:
|
||||||
# -- Specifies whether a certificate controller deployment be created.
|
# -- Specifies whether a certificate controller deployment be created.
|
||||||
create: false #true
|
create: false #true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user