UNCLASSIFIED

Commit 324ff55c authored by Ernest Chuang's avatar Ernest Chuang 🤔
Browse files

adding in argo

parent 6915f42b
......@@ -115,3 +115,33 @@ twistlock:
console:
persistence:
size: 5Gi
addons:
argocd:
# -- Toggle deployment of ArgoCD.
enabled: true
git:
repo: https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git
path: "./chart"
tag: ""
branch: "redis-bb-update"
# tag: "2.14.7-bb.3"
sso:
# -- Toggle SSO for ArgoCD on and off
enabled: false
# -- ArgoCD OIDC client ID
client_id: ""
# -- ArgoCD OIDC client secret
client_secret: ""
# -- ArgoCD SSO login text
provider_name: ""
# -- ArgoCD SSO group roles, see docs for more details: https://argo-cd.readthedocs.io/en/stable/operator-manual/rbac/
groups: |
g, Impact Level 2 Authorized, role:admin
# -- Values to passthrough to the argocd chart: https://repo1.dso.mil/platform-one/big-bang/apps/core/argocd.git
values: {}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment