mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-10-01 01:36:09 -04:00
Fix service naming (#252)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
bc5471e9b3
commit
3b94a6b620
@ -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{
|
||||
|
Loading…
Reference in New Issue
Block a user