This commit is contained in:
parent
123ee3f3cd
commit
e08213533e
|
@ -1,5 +1,4 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- gotk-components.yaml
|
- namespace.yaml
|
||||||
- gotk-sync.yaml
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
kubernetes.io/metadata.name: fluxflou
|
||||||
|
name: fluxflou
|
||||||
|
|
Loading…
Reference in New Issue