Skip to content

Commit f9b4398

Browse files
author
Shailza Thakur
committed
Remove comments
1 parent 7bd01f2 commit f9b4398

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

code-engine-cos2cos/main.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ import (
99
"ibm.com/codeengine/cos2cos/process"
1010
)
1111

12-
// Note: When running the program in local env, pass false, false as cmd-line arg.
13-
// Arg1: isInCodeEngine <- to load the env file from local Os.
14-
// Arg2: isUsingTrustedProfile <- Works only with kubernetes cluster.
1512
func main() {
1613
fmt.Println("Starting application with Job Index:", os.Getenv("JOB_INDEX"))
1714

15+
// Setting default values
1816
os.Setenv("IBM_COS_CRTokenFilePath_PRIMARY", "/var/run/secrets/codeengine.cloud.ibm.com/compute-resource-token/token")
1917
os.Setenv("IBM_COS_CRTokenFilePath_SECONDARY", "/var/run/secrets/codeengine.cloud.ibm.com/compute-resource-token/token")
2018
os.Setenv("BUCKET_TIMESTAMP_FILENAME", "last_modified_time.json")

0 commit comments

Comments
 (0)