mirror of
https://github.com/fluxcd/flux2.git
synced 2026-04-29 14:48:51 +00:00
Add install manifests
This commit is contained in:
parent
e304059299
commit
42d2ed51cb
10 changed files with 98 additions and 0 deletions
11
manifests/install/kustomization.yaml
Normal file
11
manifests/install/kustomization.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: gitops-system
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- ../bases/source-controller
|
||||
- ../bases/kustomize-controller
|
||||
- ../rbac
|
||||
- ../policies
|
||||
transformers:
|
||||
- labels.yaml
|
||||
9
manifests/install/labels.yaml
Normal file
9
manifests/install/labels.yaml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
apiVersion: builtin
|
||||
kind: LabelTransformer
|
||||
metadata:
|
||||
name: labels
|
||||
labels:
|
||||
app.kubernetes.io/instance: gitops-system
|
||||
fieldSpecs:
|
||||
- path: metadata/labels
|
||||
create: true
|
||||
4
manifests/install/namespace.yaml
Normal file
4
manifests/install/namespace.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: gitops-system
|
||||
Loading…
Add table
Add a link
Reference in a new issue