UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
values.yaml 1.79 KiB
Newer Older
joshwolf's avatar
joshwolf committed

# Toggle sourcing from external repos
# TODO: All this does right now is toggle GitRepositories, it is _not_ fully functional
offline: false
joshwolf's avatar
joshwolf committed

# Registry credentials to use from pulling images from private registry, will create an appropriate imagePullSecret in all relevant namespaces
registryCredentials:
  registry: registry1.dsop.io
  username: ""
  password: ""
  email: ""

# Flux reconciliation parameters
flux:
joshwolf's avatar
joshwolf committed
  interval: 2m
  install:
    retries: 3
  upgrade:
    retries: 3
  rollback:
joshwolf's avatar
joshwolf committed
    cleanupOnFail: true

istio:
  enabled: true
  git:
    repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/servicemesh.git
joshwolf's avatar
joshwolf committed
    branch: chart-release

clusterAuditor:
  enabled: true
  git: 
    repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/cluster-auditor.git
    branch: chart-release
joshwolf's avatar
joshwolf committed
gatekeeper:
  enabled: true
  git:
    repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/policy.git
joshwolf's avatar
joshwolf committed
    branch: chart-release
joshwolf's avatar
joshwolf committed

logging:
  enabled: true
  git:
    repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/logging.git
    branch: release-v0.2.x
joshwolf's avatar
joshwolf committed

monitoring:
  enabled: true
  git:
    repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/monitoring.git
    branch: release-v0.2.x
joshwolf's avatar
joshwolf committed

twistlock:
  enabled: true
  git:
    repo: https://repo1.dsop.io/platform-one/big-bang/apps/security-tools/twistlock.git
    branch: chart-release
runyontr's avatar
runyontr committed

addons:
  argocd:
    enabled: false
    git:
      repo: https://repo1.dsop.io/platform-one/big-bang/apps/core/argocd.git
      branch: chart-release
    values: {}