Andrea Morando
Andrea Morando
**Describe the bug** After removing an helm installation and install again in the same namespace secrets: - postgresql-migrator - postgresql-postgresql - devtron-secret Contains base64 encoded data of previous secret data,...
Currently https://github.com/nutanix/helm/blob/master/charts/nutanix-csi-storage/templates/ntnx-csi-node-ds.yaml https://github.com/nutanix/helm/blob/master/charts/nutanix-csi-storage/templates/ntnx-csi-controller-deployment.yaml have a QoS Guaranteed with fixed resource request. In small dev clusters I notice that 0.5 CPU and 800MB of RAM are reserved, while only 0.0005 CPU...
Hi, when installing argcd with autopilot, looking at https://github.com/argoproj-labs/argocd-autopilot/blob/main/manifests/base/kustomization.yaml apps are refreshed every 15s. ``` configMapGenerator: - name: argocd-cm behavior: merge literals: - "timeout.reconciliation=15s" ``` Reading https://argo-cd.readthedocs.io/en/stable/faq/#how-often-does-argo-cd-check-for-changes-to-my-git-or-helm-repository the argocd default...