mirror of
https://github.com/fluxcd/flux2.git
synced 2026-02-08 00:37:27 +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:
|
||||
app.kubernetes.io/instance: {{.Namespace}}
|
||||
app.kubernetes.io/version: "{{.Version}}"
|
||||
app.kubernetes.io/part-of: flux
|
||||
fieldSpecs:
|
||||
- path: metadata/labels
|
||||
create: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue