REFACTOR(cnpg): change CNPG namespace
- Update namespace configuration - Standardize naming
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
|||||||
|
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: cnpg-system
|
namespace: cnpg
|
||||||
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
kind: Namespace
|
kind: Namespace
|
||||||
metadata:
|
metadata:
|
||||||
name: cnpg-system
|
name: cnpg
|
||||||
labels:
|
labels:
|
||||||
goldilocks.fairwinds.com/enabled: "true"
|
goldilocks.fairwinds.com/enabled: "true"
|
||||||
|
|||||||
Reference in New Issue
Block a user