Skip to content
Snippets Groups Projects
Verified Commit 9ad5dae3 authored by Ricardo Rocha's avatar Ricardo Rocha
Browse files

Add skipCrds to thanos addon app

parent 37f6a59e
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ spec: ...@@ -27,7 +27,7 @@ spec:
# this is required to pass the cluster name to the target cluster. # this is required to pass the cluster name to the target cluster.
# used to set the ingress name (dns) for thanos and prometheus, for example. # used to set the ingress name (dns) for thanos and prometheus, for example.
- name: HELM_ARGS - name: HELM_ARGS
value: --set clusterName={{name}} value: --skipcrds --set clusterName={{name}}
destination: destination:
server: '{{server}}' server: '{{server}}'
namespace: kube-system namespace: kube-system
...@@ -38,4 +38,3 @@ spec: ...@@ -38,4 +38,3 @@ spec:
selfHeal: true selfHeal: true
syncOptions: syncOptions:
- CreateNamespace=true - CreateNamespace=true
#- ServerSideApply=true # needed due to: https://www.arthurkoziel.com/fixing-argocd-crd-too-long-error/
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment