File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 55# field above.
66namePrefix : capc-
77
8+ # Set namespace for all resources
9+ namespace : capc-system
10+
811# Labels to add to all resources and selectors.
912labels :
1013- pairs :
@@ -13,7 +16,11 @@ labels:
1316resources :
1417 - ../../config/manager
1518patches :
16- - path : manager_controller_patch.yaml
19+ - target :
20+ kind : Deployment
21+ name : controller-manager
22+ namespace : system
23+ path : manager_controller_patch.yaml
1724- target :
1825 kind : Deployment
1926 name : controller-manager
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ apiVersion: apps/v1
22kind : Deployment
33metadata :
44 name : controller-manager
5- namespace : system
65spec :
76 template :
87 spec :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ metadata:
1717 labels :
1818 cluster.x-k8s.io/provider : infrastructure-cloudstack
1919 name : capc-manager-config
20+ namespace : capc-system
2021---
2122apiVersion : apps/v1
2223kind : Deployment
@@ -25,7 +26,7 @@ metadata:
2526 cluster.x-k8s.io/provider : infrastructure-cloudstack
2627 control-plane : capc-controller-manager
2728 name : capc-controller-manager
28- namespace : system
29+ namespace : capc- system
2930spec :
3031 replicas : 1
3132 selector :
You can’t perform that action at this time.
0 commit comments