add verify load balancer

This commit is contained in:
Leonard Cohnen 2022-09-01 15:01:23 +02:00 committed by 3u13r
parent 00e72db5d8
commit 26f5aec853
3 changed files with 43 additions and 5 deletions

View file

@ -9,7 +9,7 @@ import (
)
func TestNewVerificationDaemonset(t *testing.T) {
deployment := NewVerificationDaemonSet("csp")
deployment := NewVerificationDaemonSet("csp", "192.168.2.1")
deploymentYAML, err := deployment.Marshal()
require.NoError(t, err)