Skip to content

Commit

Permalink
Disable argocd monitoring
Browse files Browse the repository at this point in the history
When argocd monitoring is enabled and follwing the getting started
guide, the sync of the argocd application will fail, as the
cluster is missing certain prometheus CRDs.
  • Loading branch information
Fabian Fischer committed Jun 2, 2021
1 parent 1ba49ac commit 483cfce
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions params.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ parameters:
secret_management:
vault_addr: https://vault.example.com
vault_role: syn-cluster

argocd:
monitoring:
enabled: false

commodore:
jsonnet_libs:
- name: kube-libsonnet
Expand Down

0 comments on commit 483cfce

Please sign in to comment.