To add validation for service ports when defined as string (fixing issue #9734)
This commit is contained in:
@@ -451,7 +451,7 @@ func TestExecutorStaticPods(t *testing.T) {
|
||||
"enabled": true,
|
||||
"type": "http",
|
||||
"initialDelaySeconds": 30,
|
||||
"httpGet": { "path": "/", "port": "80" }
|
||||
"httpGet": { "path": "/", "port": 80 }
|
||||
}
|
||||
}]
|
||||
}
|
||||
|
Reference in New Issue
Block a user