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