test rma
This commit is contained in:
parent
fab1cb4b4c
commit
01ba0c4021
@ -3,3 +3,4 @@ kind: Kustomization
|
|||||||
resources:
|
resources:
|
||||||
- gotk-components.yaml
|
- gotk-components.yaml
|
||||||
- gotk-sync.yaml
|
- gotk-sync.yaml
|
||||||
|
- test
|
4
cluster/rma/flux-system/test/kustomization.yaml
Normal file
4
cluster/rma/flux-system/test/kustomization.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
resources:
|
||||||
|
- namespace.yaml
|
5
cluster/rma/flux-system/test/namespace.yaml
Normal file
5
cluster/rma/flux-system/test/namespace.yaml
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: namespace
|
||||||
|
metadata:
|
||||||
|
name: rma
|
||||||
|
|
Loading…
Reference in New Issue
Block a user