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 8c60290 commit 2ddc14fCopy full SHA for 2ddc14f
test/support/environment.go
@@ -57,7 +57,7 @@ func GetPyTorchImage() string {
57
}
58
59
func GetInstascaleOcmSecret() (string, string) {
60
- res := strings.SplitN(lookupEnvOrDefault(InstaScaleOcmSecret, "default/instascale-com-secret"), "/", 2)
+ res := strings.SplitN(lookupEnvOrDefault(InstaScaleOcmSecret, "default/instascale-ocm-secret"), "/", 2)
61
return res[0], res[1]
62
63
0 commit comments