Martijn van der Ploeg
Martijn van der Ploeg
`rds.describe_db_clusters` is not returning the property `earliestRestorableTime` when the cluster has a snapshot
**Describe the bug** Can only do a rolling update of the ha-proxy deployment on a cluster with min 4 nodes `k rollout restart deployment argocd-redis-ha-haproxy` the pod affinity rules and...
#### What this PR does / why we need it: This PR add a new variable `.Values.haproxy.rollingUpdate.maxUnavailable` with default value 1 this is needed to be able to restart the...
…e #248. #### What this PR does / why we need it: change default haproxy image tag to alpine build as that build has less security issues #### Which issue...
**Is your feature request related to a problem? Please describe.** is there a reason to stick with the non alpine image for ha-proxy ? cant this also be the alpine...
Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...
TypeError: Cannot read properties of undefined (reading 'kustomize') with multi-source application
Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...
Adding a config value to the helm chart values to set the priorityclassName for the postee statefulset and deployment solves #646
# Description add values to the helm chart to set priorityClassName to postee statefulset and postee-ui deployment # Use Case i would like to be able to set the priorityClassName...
**What this PR does / why we need it**: only set matchConditions on webhooks when the list in values is not empty empty matchConditions gets ommited by kubernetes and when...