UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 8602cf2a authored by Ryan Garcia's avatar Ryan Garcia :dizzy:
Browse files

Fixing velero labels

parent 643de1f5
No related branches found
No related tags found
2 merge requests!445Nexus,!381Release 1.4.x
......@@ -6,7 +6,7 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: velero
app.kubernetes.io/component: "utilities"
app.kubernetes.io/component: "cluster-utilities"
{{- include "commonLabels" . | nindent 4}}
spec:
interval: {{ .Values.flux.interval }}
......
......@@ -6,7 +6,7 @@ metadata:
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: velero
app.kubernetes.io/component: "utilities"
app.kubernetes.io/component: "cluster-utilities"
{{- include "commonLabels" . | nindent 4}}
spec:
targetNamespace: velero
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment