Skip to content

Commit 41ac8f7

Browse files
committed
fix: set 'resource-policy: keep' on managed cluster set namespaces
Signed-off-by: Tyler Gillson <tyler.gillson@gmail.com>
1 parent b5d7997 commit 41ac8f7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

fleetconfig-controller/charts/fleetconfig-controller/templates/ocm/topology-resources.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ apiVersion: v1
44
kind: Namespace
55
metadata:
66
name: managed-cluster-set-global
7+
annotations:
8+
helm.sh/resource-policy: keep
79
---
810
apiVersion: cluster.open-cluster-management.io/v1beta2
911
kind: ManagedClusterSetBinding
@@ -20,6 +22,8 @@ apiVersion: v1
2022
kind: Namespace
2123
metadata:
2224
name: managed-cluster-set-default
25+
annotations:
26+
helm.sh/resource-policy: keep
2327
---
2428
apiVersion: cluster.open-cluster-management.io/v1beta2
2529
kind: ManagedClusterSetBinding
@@ -36,6 +40,8 @@ apiVersion: v1
3640
kind: Namespace
3741
metadata:
3842
name: managed-cluster-set-spokes
43+
annotations:
44+
helm.sh/resource-policy: keep
3945
---
4046
apiVersion: cluster.open-cluster-management.io/v1beta2
4147
kind: ManagedClusterSet

fleetconfig-controller/charts/fleetconfig-controller/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ imageRegistry: ""
294294
## @param image.pullPolicy Image pull policy
295295
image:
296296
repository: quay.io/open-cluster-management/fleetconfig-controller
297-
tag: v0.1.2
297+
tag: v0.1.3
298298
pullPolicy: IfNotPresent
299299

300300
## @param imagePullSecrets Image pull secrets

0 commit comments

Comments
 (0)