mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-08-01 03:26:08 -04:00
Fix service naming (#252)
Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
parent
bc5471e9b3
commit
3b94a6b620
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue