We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52c7bc5 commit 99d5cb1Copy full SHA for 99d5cb1
internal/webhook/v1/pod_webhook_test.go
@@ -43,13 +43,14 @@ var _ = Describe("Pod Webhook", func() {
43
Name: "test-pod",
44
Namespace: "default",
45
Labels: map[string]string{
46
- EnabledLabelKey: "true",
+ EnabledLabelKey: "enabled",
47
},
48
Annotations: map[string]string{
49
ProjectAnnotationKey: "my-project",
50
EnvironmentAnnotationKey: "my-environment",
51
TenantAnnotationKey: "my-tenant",
52
StepAnnotationKey: "my-step",
53
+ SpaceAnnotationKey: "my-space",
54
55
56
Spec: corev1.PodSpec{
@@ -68,6 +69,7 @@ var _ = Describe("Pod Webhook", func() {
68
69
Environment: "my-environment",
70
Tenant: "my-tenant",
71
Step: "my-step",
72
+ Space: "my-space",
73
}
74
})
75
0 commit comments