Fix ConfigMap labels so ArgoCD picks it up

See https://github.com/argoproj/argo-helm/pull/112#issuecomment-533346542
This commit is contained in:
Leo Xiong 2019-09-20 11:44:03 +12:00 committed by Leo Xiong
parent 4ccce676b0
commit 57f4f52b06
No known key found for this signature in database
GPG key ID: 6CFA62B937468520
2 changed files with 4 additions and 4 deletions

View file

@ -11,9 +11,9 @@ data:
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/name: argocd-ssh-known-hosts-cm
app.kubernetes.io/name: {{ include "argo-cd.name" . }}
helm.sh/chart: {{ include "argo-cd.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/part-of: {{ include "argo-cd.name" . }}
app.kubernetes.io/part-of: argocd
name: argocd-ssh-known-hosts-cm

View file

@ -3,9 +3,9 @@ data: null
kind: ConfigMap
metadata:
labels:
app.kubernetes.io/name: argocd-tls-certs-cm
app.kubernetes.io/name: {{ include "argo-cd.name" . }}
helm.sh/chart: {{ include "argo-cd.chart" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/part-of: {{ include "argo-cd.name" . }}
app.kubernetes.io/part-of: argocd
name: argocd-tls-certs-cm