Skip to content

Commit

Permalink
Configure Argo chart to uninstall CRDs (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
sd109 authored May 8, 2024
1 parent 74acb9e commit 7f135e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions argocd-azimuth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ argo-cd:
params:
server.insecure: true
server.disable.auth: true
crds:
# CRDs should be uninstalled as part of Helm chart
keep: false

0 comments on commit 7f135e7

Please sign in to comment.