mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-20 06:31:47 +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:
parent
6390812cbb
commit
9055e753a9
1 changed files with 1 additions and 0 deletions
|
|
@ -154,6 +154,7 @@ metadata:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/instance: {{.Namespace}}
|
app.kubernetes.io/instance: {{.Namespace}}
|
||||||
app.kubernetes.io/version: "{{.Version}}"
|
app.kubernetes.io/version: "{{.Version}}"
|
||||||
|
app.kubernetes.io/part-of: flux
|
||||||
fieldSpecs:
|
fieldSpecs:
|
||||||
- path: metadata/labels
|
- path: metadata/labels
|
||||||
create: true
|
create: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue