Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion test/fv/transition_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ var _ = Describe("Transition", Serial, func() {
})

It("A shared resource is taken over and updated in place, and the predecessor's exclusive resource is still cleaned up",
Label("NEW-FV", "EXTENDED"), func() {
Label("NEW-FV", "NEW-FV-PULLMODE", "EXTENDED"), func() {
Byf("Create predecessor ClusterProfile matching Cluster %s/%s",
kindWorkloadCluster.GetNamespace(), kindWorkloadCluster.GetName())
predecessor = getClusterProfile(namePrefix+"predecessor-", map[string]string{key: value})
Expand Down
2 changes: 1 addition & 1 deletion test/pullmode-sveltosapplier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: docker.io/projectsveltos/sveltos-applier@sha256:56f3353f5d6b5d646628da1d5815b5692190a1279959dd23b8726e9efc155409
image: docker.io/projectsveltos/sveltos-applier@sha256:fcd2d7c3b7eb47ad350bc408ac96acb0a9158c60b1dc962dac66a5dff52c15c0
livenessProbe:
failureThreshold: 3
httpGet:
Expand Down