Issue #147, k8s label part-of expected to be argocd (#151)

The argocd application expects that the label 'app.kubernetes.io/part-of' is set to 'argocd' otherwise the configmap or secret is rejected, and the argocd-dex-server, argocd-server, and argocd-application-controller fail to start.
This commit is contained in:
TomHellier 2019-11-05 22:47:56 +00:00 committed by Sean Johnson
parent 5f33036890
commit 33c4adfbb6
40 changed files with 45 additions and 45 deletions

View file

@ -4,7 +4,7 @@ metadata:
labels:
app.kubernetes.io/name: {{ include "argo-cd.name" . }}
helm.sh/chart: {{ include "argo-cd.chart" . }}
app.kubernetes.io/part-of: {{ include "argo-cd.name" . }}
app.kubernetes.io/part-of: argocd
name: applications.argoproj.io
annotations:
"helm.sh/hook": crd-install

View file

@ -4,7 +4,7 @@ metadata:
labels:
app.kubernetes.io/name: {{ include "argo-cd.name" . }}
helm.sh/chart: {{ include "argo-cd.chart" . }}
app.kubernetes.io/part-of: {{ include "argo-cd.name" . }}
app.kubernetes.io/part-of: argocd
name: appprojects.argoproj.io
annotations:
"helm.sh/hook": crd-install