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,7 +14,7 @@ metadata:
|
|||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: {{ include "argo-cd.name" . }}-application-controller
|
||||
app.kubernetes.io/name: {{ include "argo-cd.name" . }}-{{ .Values.controller.name }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
{{- if .Values.controller.enableStatefulSet }}
|
||||
serviceName: {{ template "argo-cd.controller.fullname" . }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue