File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ A picture serves to illustrate the communication:
24
24
25
25
### Creating a Kubernetes cluster
26
26
27
- ` kind ` unfortunately doesn´t use the environment variable ` GOPATH ` , so we have to update this in [ cluster/ config.yaml#L21 ] ( config.yaml ) :
27
+ ` kind ` unfortunately doesn´t use the environment variable ` GOPATH ` , so we have to update this in [ config.yaml] ( cluster/ config.yaml#L21 ) :
28
28
29
29
``` sh
30
30
` sed -i.bak ' s|' {GOPATH}' |' ${GOPATH} ' |g' cluster/config.yaml`
@@ -34,7 +34,7 @@ A picture serves to illustrate the communication:
34
34
35
35
36
36
37
- You can also open [ cluster/ config.yaml#L21 ] ( config.yaml ) and replace ` {GOPATH} ` with the absolute path manually:
37
+ You can also open [ config.yaml] ( cluster/ config.yaml#L21 ) and replace ` {GOPATH} ` with the absolute path manually:
38
38
39
39
extraMounts:
40
40
- hostPath: {GOPATH}/src
You can’t perform that action at this time.
0 commit comments