Skip to content

Commit c68b424

Browse files
committed
Fix an old variable name.
1 parent 04a9cc0 commit c68b424

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

kubectl-fdb/cmd/deprecation_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,8 @@ var _ = Describe("[plugin] deprecation command", func() {
149149
},
150150
},
151151
SidecarContainer: fdbtypes.ContainerOverrides{
152-
EnableLivenessProbe: &boolValue,
153-
EnableReadinessProbe: &boolValue,
152+
EnableLivenessProbe: &trueValue,
153+
EnableReadinessProbe: &trueValue,
154154
},
155155
AutomationOptions: fdbtypes.FoundationDBClusterAutomationOptions{
156156
Replacements: fdbtypes.AutomaticReplacementOptions{
@@ -323,8 +323,8 @@ var _ = Describe("[plugin] deprecation command", func() {
323323
},
324324
},
325325
SidecarContainer: fdbtypes.ContainerOverrides{
326-
EnableLivenessProbe: &boolValue,
327-
EnableReadinessProbe: &boolValue,
326+
EnableLivenessProbe: &trueValue,
327+
EnableReadinessProbe: &trueValue,
328328
},
329329
AutomationOptions: fdbtypes.FoundationDBClusterAutomationOptions{
330330
Replacements: fdbtypes.AutomaticReplacementOptions{

0 commit comments

Comments
 (0)