Fix service naming (#252)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2022-07-05 15:31:06 +02:00 committed by GitHub
parent bc5471e9b3
commit 3b94a6b620

View File

@ -119,7 +119,7 @@ func NewVerificationDaemonSet(csp string) *verificationDaemonset {
Kind: "Service",
},
ObjectMeta: meta.ObjectMeta{
Name: "activation-service",
Name: "verification-service",
Namespace: "kube-system",
},
Spec: k8s.ServiceSpec{