fix(argo-cd): hard coded .selector.matchLabels (#603)
* fix(argo-cd): hard coded .selector.matchLabels it fixes #602 Signed-off-by: abdennour <mail@abdennoor.com> * style(argo-cd): linting circle ci error too many blank lines it fixes #602 Signed-off-by: abdennour <mail@abdennoor.com> * chore(argo-cd): adding myself to codeowners it is related to #602 Signed-off-by: abdennour <mail@abdennoor.com> * chore(argo-cd): CODEOWNER work by invitation related to #603 #602 Signed-off-by: abdennour <mail@abdennoor.com> * fix(argo-cd): Add info in README about labels Signed-off-by: Sean Johnson <seanson@users.noreply.github.com> Co-authored-by: Sean Johnson <seanson@users.noreply.github.com>
This commit is contained in:
parent
22b0811090
commit
0bc4be4e2a
3 changed files with 6 additions and 2 deletions
|
|
@ -14,6 +14,10 @@ This chart currently installs the non-HA version of ArgoCD.
|
|||
|
||||
## Upgrading
|
||||
|
||||
### 2.14.7 and above
|
||||
|
||||
The `matchLabels` key in the ArgoCD Appliaction Controller is no longer hard-coded. Note that labels are immutable so caution should be exercised when making changes to this resource.
|
||||
|
||||
### 2.10.x to 2.11.0
|
||||
|
||||
The application controller is now available as a `StatefulSet` when the `controller.enableStatefulSet` flag is set to true. Depending on your Helm deployment this may be a downtime or breaking change if enabled when using HA and will become the default in 3.x.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue