mirror of
https://github.com/fluxcd/flux2.git
synced 2026-05-06 01:54:43 +00:00
Add source-watcher to manifests
Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
This commit is contained in:
parent
e4dcc4bd5f
commit
0a87ed5a42
6 changed files with 56 additions and 0 deletions
13
manifests/bases/source-watcher/labels.yaml
Normal file
13
manifests/bases/source-watcher/labels.yaml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
apiVersion: builtin
|
||||
kind: LabelTransformer
|
||||
metadata:
|
||||
name: labels
|
||||
labels:
|
||||
app.kubernetes.io/component: source-watcher
|
||||
app.kubernetes.io/part-of: flux
|
||||
fieldSpecs:
|
||||
- path: metadata/labels
|
||||
create: true
|
||||
- kind: Deployment
|
||||
path: spec/template/metadata/labels
|
||||
create: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue