A Kubernetes operator that bridges Hardware Security Module (HSM) data storage with Kubernetes Secrets, providing true secret portability th
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix unit test

+1 -1
+1 -1
internal/controller/discovery_daemonset_controller_test.go
··· 183 183 184 184 // Check update strategy 185 185 Expect(daemonSet.Spec.UpdateStrategy.Type).To(Equal(appsv1.RollingUpdateDaemonSetStrategyType)) 186 - Expect(daemonSet.Spec.UpdateStrategy.RollingUpdate.MaxUnavailable).To(Equal(&intstr.IntOrString{Type: intstr.Int, IntVal: 1})) 186 + Expect(daemonSet.Spec.UpdateStrategy.RollingUpdate.MaxUnavailable).To(Equal(&intstr.IntOrString{Type: intstr.String, StrVal: "100%"})) 187 187 }) 188 188 189 189 It("Should update DaemonSet when HSMDevice is updated", func() {