Skip to content

Commit

Permalink
argo: disable dex in all environments (#1897)
Browse files Browse the repository at this point in the history
this commit removes the resources setting that appears to be
inadvertantly re-enabling the dex server and config after it
was attempted to be disabled at the top of
production/argo-cd-base.values.yaml.gotmpl

Bug: T381960
  • Loading branch information
tarrow authored Dec 11, 2024
1 parent b8e276b commit 07679bb
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions k8s/helmfile/env/production/argo-cd-base.values.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,6 @@ applicationSet:
cpu: 100m
memory: 128Mi

dex:
resources:
limits:
memory: 64Mi
requests:
cpu: 10m
memory: 32Mi

notifications:
resources:
limits:
Expand Down

0 comments on commit 07679bb

Please sign in to comment.