Skip to content

Commit 88c2b68

Browse files
committed
fix: update the fcc /hack/dev/spoke.yaml to support latest v1beta1 fields
Signed-off-by: Ahmad Ibrahim <ahmad.ibrahim@spectrocloud.com>
1 parent dda3410 commit 88c2b68

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ go.work.sum
3838
.devspace/
3939
.idea/
4040
.vscode/
41+
.nvim/
4142
venv/
4243
*__pycache__/
4344
requirements.txt

fleetconfig-controller/hack/dev/spoke.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,11 @@ spec:
2323
annotations:
2424
foo: "bar"
2525
mode: "Default"
26-
purgeOperator: true
2726
featureGates: "ClusterClaim=true,RawFeedbackJsonString=true"
2827
forceInternalEndpointLookup: true
2928
forceInternalEndpointLookupManaged: false
30-
singleton: false
29+
singleton: false
30+
cleanupConfig:
31+
purgeAgentNamespace: true
32+
purgeKubeconfigSecret: true
33+
purgeKlusterletOperator: true

0 commit comments

Comments
 (0)