We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571766f commit 898b32bCopy full SHA for 898b32b
1 file changed
deployment/cre/jobs/pkg/gateway_job.go
@@ -16,9 +16,9 @@ const (
16
GatewayHandlerTypeVault = "vault"
17
GatewayHandlerTypeConfidentialRelay = "confidential-compute-relay"
18
19
- ServiceNameWorkflows = "workflows"
20
- ServiceNameVault = "vault"
21
- ServiceNameConfidential = "confidential"
+ ServiceNameWorkflows = "workflows"
+ ServiceNameVault = "vault"
+ ServiceNameConfidential = "confidential"
22
23
minimumRequestTimeoutSec = 5
24
)
0 commit comments