kubezero/charts/kubezero/values.yaml

48 lines
1.1 KiB
YAML
Raw Normal View History

2020-05-15 09:38:06 +00:00
global:
defaultDestination:
server: https://kubernetes.default.svc
# This repoURL is used a base for all the repoURLs applications
# Setting this to a eg. private git repo incl. the use of pathPrefix allows kubezero to be
# integrated into any repository as a git subtree if for example public internet access is unavailable
defaultSource:
# defaultSource.repoURL -- default repository for argocd applications
repoURL: https://github.com/zero-down-time/kubezero
# defaultSource.targetRevision -- default tracking of repoURL
targetRevision: HEAD
# defaultSource.pathPrefix -- optional path prefix within repoURL to support eg. remote subtrees
pathPrefix: ''
2020-07-05 22:42:23 +00:00
platform: aws
2020-06-25 12:52:07 +00:00
calico:
enabled: false
2020-08-21 19:39:55 +00:00
retain: true
2020-05-04 11:10:15 +00:00
2020-06-25 12:52:07 +00:00
cert-manager:
enabled: false
2020-08-21 19:39:55 +00:00
namespace: cert-manager
2020-05-04 13:46:55 +00:00
2020-06-25 12:52:07 +00:00
local-volume-provisioner:
enabled: false
2020-05-04 13:46:55 +00:00
2020-06-25 12:52:07 +00:00
kiam:
enabled: false
2020-05-01 13:57:31 +00:00
2020-06-25 12:52:07 +00:00
aws-ebs-csi-driver:
2020-05-01 13:57:31 +00:00
enabled: false
aws-efs-csi-driver:
enabled: false
istio:
enabled: false
2020-07-30 17:18:32 +00:00
metrics:
enabled: false
2020-08-21 19:39:55 +00:00
namespace: monitoring
logging:
enabled: false
2020-08-21 19:39:55 +00:00
namespace: logging