Don't make namespaces here.
This commit is contained in:
parent
f412c9955d
commit
457f99fe27
|
|
@ -1,8 +1,6 @@
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: mosquitto
|
|
||||||
resources:
|
resources:
|
||||||
- ../mosquitto-base
|
- ../mosquitto-base
|
||||||
- namespace.yaml
|
|
||||||
patchesStrategicMerge:
|
patchesStrategicMerge:
|
||||||
- patch.yaml
|
- patch.yaml
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: mosquitto
|
|
||||||
Loading…
Reference in New Issue