fix(flux): add namespace to all app overlays
This commit is contained in:
parent
6d55a72109
commit
e27f82e996
3 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
namespace: nxtgauge
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
namespace: nxtgauge
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
namespace: nxtgauge
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue