Skip to content

Commit

Permalink
update values
Browse files Browse the repository at this point in the history
  • Loading branch information
outductor committed Feb 11, 2024
1 parent 7ca2ccc commit 80bd884
Showing 1 changed file with 12 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,16 @@ server:
enabled: true
minAvailable: 1
maxUnavailable: 0
metrics:
enabled: true
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus

configEnabled: true
# -- [General Argo CD configuration]
config:
configs:
cm:
create: true
# Argo CD instance label key
application.instanceLabelKey: argocd.argoproj.io/instance
kustomize.buildOptions: --load-restrictor LoadRestrictionsNone
Expand All @@ -53,9 +59,9 @@ server:
redirectURIs:
- https://argo-workflows.onp-k8s.admin.seichi.click/oauth2/callback
secretEnv: ARGO_WORKFLOWS_SSO_CLIENT_SECRET
admin.enabled: "false"

rbacConfig:
admin.enabled: false
rbac:
create: true
# policy.csv is an file containing user-defined RBAC policies and role definitions (optional).
# Policy rules are in the form:
# p, subject, resource, action, object, effect
Expand All @@ -69,13 +75,6 @@ server:
# but will see no apps, projects, etc...
policy.default: role:readonly

metrics:
enabled: true
serviceMonitor:
enabled: true
additionalLabels:
release: prometheus

controller:
resources:
limits:
Expand Down

0 comments on commit 80bd884

Please sign in to comment.