1
0
mirror of synced 2026-02-06 19:05:55 +00:00

Add app.kubernetes.io/part-of: flux label

To be used in a future version of Flux to better select Flux components
in a namespace, as the namespace value for the
`app.kubernetes.io/instance` could be used by non Flux related
workloads.

Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
Hidde Beydals
2021-03-05 12:29:19 +01:00
parent 6390812cbb
commit 9055e753a9

View File

@@ -154,6 +154,7 @@ metadata:
labels:
app.kubernetes.io/instance: {{.Namespace}}
app.kubernetes.io/version: "{{.Version}}"
app.kubernetes.io/part-of: flux
fieldSpecs:
- path: metadata/labels
create: true