Skip to content

Commit

Permalink
Update flux-check job selectors
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Jun 25, 2024
1 parent 2644654 commit 90b6607
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,10 @@ spec:
manualSelector: true
selector:
matchLabels:
app: flux-check
app.kubernetes.io/instance: {{ .Release.Namespace | quote }}
app.kubernetes.io/part-of: flux
helm.sh/chart: "{{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }}"
backoffLimit: 1
template:
metadata:
Expand All @@ -26,6 +29,7 @@ spec:
annotations: {{ toYaml . | nindent 8 }}
{{- end }}
labels:
app: flux-check
app.kubernetes.io/instance: {{ .Release.Namespace | quote }}
app.kubernetes.io/managed-by: {{ .Release.Service | quote }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
Expand Down

0 comments on commit 90b6607

Please sign in to comment.