Skip to content

Commit b529966

Browse files
author
Ryan Zhang
committed
fix chart
Signed-off-by: Ryan Zhang <[email protected]>
1 parent dd140d2 commit b529966

7 files changed

+7
-117
lines changed

charts/hub-agent/templates/crds/placement.kubernetes-fleet.io_clusterresourceenvelopes.yaml

Lines changed: 0 additions & 58 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../config/crd/bases/placement.kubernetes-fleet.io_clusterresourceenvelopes.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../config/crd/bases/placement.kubernetes-fleet.io_resourcebindings.yaml

charts/hub-agent/templates/crds/placement.kubernetes-fleet.io_resourceenvelopes.yaml

Lines changed: 0 additions & 58 deletions
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../config/crd/bases/placement.kubernetes-fleet.io_resourceenvelopes.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../config/crd/bases/placement.kubernetes-fleet.io_resourceplacements.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../config/crd/bases/placement.kubernetes-fleet.io_resourcesnapshots.yaml
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../../../config/crd/bases/placement.kubernetes-fleet.io_schedulingpolicysnapshots.yaml

test/e2e/placement_with_custom_config_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ var _ = Describe("validating CRP when using customized resourceSnapshotCreationM
142142
})
143143
})
144144

145-
var _ = Describe("validating that CRP status can be updated after updating the resources when using customized resourceSnapshotCreationMinimumInterval and resourceChangesCollectionDuration", Label("custom"), Ordered, func() {
145+
var _ = FDescribe("validating that CRP status can be updated after updating the resources when using customized resourceSnapshotCreationMinimumInterval and resourceChangesCollectionDuration", Label("custom"), Ordered, func() {
146146
// skip entire suite if interval is zero
147147
BeforeAll(func() {
148148
if resourceSnapshotCreationMinimumInterval == 0 && resourceChangesCollectionDuration == 0 {

0 commit comments

Comments
 (0)