1
0
mirror of synced 2026-02-06 10:55:56 +00:00

Add install manifests

This commit is contained in:
stefanprodan
2020-04-24 18:16:31 +03:00
parent e304059299
commit 42d2ed51cb
10 changed files with 98 additions and 0 deletions

View 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

View 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

View File

@@ -0,0 +1,4 @@
apiVersion: v1
kind: Namespace
metadata:
name: gitops-system