using api constraint for test deployment options
This commit is contained in:
parent
2e4556a12c
commit
a5cdfc01f3
1 changed files with 2 additions and 2 deletions
|
@ -71,7 +71,7 @@ func WithDeploymentNamespace(n string) func(*deploymentOptions) {
|
|||
func WithSvcTopologyAnnotations() func(*deploymentOptions) {
|
||||
return func(o *deploymentOptions) {
|
||||
o.svcAnnotations = map[string]string{
|
||||
"service.kubernetes.io/topology-mode": "auto",
|
||||
corev1.AnnotationTopologyMode: "auto",
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue