2020-05-04 11:10:15 +00:00
|
|
|
defaultDestination:
|
2020-05-01 13:57:31 +00:00
|
|
|
server: https://kubernetes.default.svc
|
2020-05-04 11:10:15 +00:00
|
|
|
|
2020-05-04 13:29:21 +00:00
|
|
|
# This repoURL is used a base for all the repoURLs applications
|
2020-05-05 14:21:09 +00:00
|
|
|
# Setting this to a eg. private git repo incl. the use of pathPrefix allows kubezero to be
|
2020-05-04 13:29:21 +00:00
|
|
|
# integrated into any repository as a git subtree if for example public internet access is unavailable
|
2020-05-04 11:10:15 +00:00
|
|
|
defaultSource:
|
2020-05-04 13:29:21 +00:00
|
|
|
# defaultSource.repoURL -- default repository for argocd applications
|
2020-05-01 17:14:40 +00:00
|
|
|
repoURL: https://github.com/zero-down-time/kubezero
|
2020-05-04 13:29:21 +00:00
|
|
|
# defaultSource.targetRevision -- default tracking of repoURL
|
2020-05-01 13:57:31 +00:00
|
|
|
targetRevision: HEAD
|
2020-05-04 13:29:21 +00:00
|
|
|
# defaultSource.pathPrefix -- optional path prefix within repoURL to support eg. remote subtrees
|
2020-05-01 13:57:31 +00:00
|
|
|
pathPrefix: ''
|
|
|
|
|
|
|
|
calico:
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
localVolumeProvisioner:
|
|
|
|
enabled: false
|
2020-05-04 13:29:21 +00:00
|
|
|
|
|
|
|
certManager:
|
|
|
|
enabled: false
|