++ fix postgresql namespace duplicate
This commit is contained in:
parent
d51db72714
commit
beb833890f
@ -2,3 +2,5 @@ apiVersion: v1
|
|||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: postgresql
|
name: postgresql
|
||||||
|
labels:
|
||||||
|
istio-injection: enabled
|
||||||
|
|||||||
@ -2,5 +2,4 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
namespace: postgresql
|
namespace: postgresql
|
||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
|
||||||
- helmrelease.yaml
|
- helmrelease.yaml
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user