File tree Expand file tree Collapse file tree 12 files changed +12
-10
lines changed
component-config-tutorial/testdata/project
cronjob-tutorial/testdata/project
v3/scaffolds/internal/templates
v4/scaffolds/internal/templates
project-v4-declarative-v1
project-v4-with-deploy-image Expand file tree Collapse file tree 12 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si
12
12
1 . Install Instances of Custom Resources:
13
13
14
14
``` sh
15
- kubectl apply -f config/samples/
15
+ kubectl apply -k config/samples/
16
16
```
17
17
18
18
2 . Build and push your image to the location specified by ` IMG ` :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si
12
12
1 . Install Instances of Custom Resources:
13
13
14
14
``` sh
15
- kubectl apply -f config/samples/
15
+ kubectl apply -k config/samples/
16
16
```
17
17
18
18
2 . Build and push your image to the location specified by ` IMG ` :
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ func (f *Readme) SetTemplateDefaults() error {
45
45
"*/" , "" , 1 )
46
46
47
47
f .TemplateBody = fmt .Sprintf (readmeFileTemplate ,
48
- codeFence ("kubectl apply -f config/samples/" ),
48
+ codeFence ("kubectl apply -k config/samples/" ),
49
49
codeFence ("make docker-build docker-push IMG=<some-registry>/{{ .ProjectName }}:tag" ),
50
50
codeFence ("make deploy IMG=<some-registry>/{{ .ProjectName }}:tag" ),
51
51
codeFence ("make uninstall" ),
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ func (f *Readme) SetTemplateDefaults() error {
45
45
"*/" , "" , 1 )
46
46
47
47
f .TemplateBody = fmt .Sprintf (readmeFileTemplate ,
48
- codeFence ("kubectl apply -f config/samples/" ),
48
+ codeFence ("kubectl apply -k config/samples/" ),
49
49
codeFence ("make docker-build docker-push IMG=<some-registry>/{{ .ProjectName }}:tag" ),
50
50
codeFence ("make deploy IMG=<some-registry>/{{ .ProjectName }}:tag" ),
51
51
codeFence ("make uninstall" ),
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si
12
12
1 . Install Instances of Custom Resources:
13
13
14
14
``` sh
15
- kubectl apply -f config/samples/
15
+ kubectl apply -k config/samples/
16
16
```
17
17
18
18
2 . Build and push your image to the location specified by ` IMG ` :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si
12
12
1 . Install Instances of Custom Resources:
13
13
14
14
``` sh
15
- kubectl apply -f config/samples/
15
+ kubectl apply -k config/samples/
16
16
```
17
17
18
18
2 . Build and push your image to the location specified by ` IMG ` :
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ Dockerfile.cross
20
20
21
21
# editor and IDE paraphernalia
22
22
.idea
23
+ .vscode
23
24
* .swp
24
25
* .swo
25
26
* ~
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si
12
12
1 . Install Instances of Custom Resources:
13
13
14
14
``` sh
15
- kubectl apply -f config/samples/
15
+ kubectl apply -k config/samples/
16
16
```
17
17
18
18
2 . Build and push your image to the location specified by ` IMG ` :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si
12
12
1 . Install Instances of Custom Resources:
13
13
14
14
``` sh
15
- kubectl apply -f config/samples/
15
+ kubectl apply -k config/samples/
16
16
```
17
17
18
18
2 . Build and push your image to the location specified by ` IMG ` :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ You’ll need a Kubernetes cluster to run against. You can use [KIND](https://si
12
12
1 . Install Instances of Custom Resources:
13
13
14
14
``` sh
15
- kubectl apply -f config/samples/
15
+ kubectl apply -k config/samples/
16
16
```
17
17
18
18
2 . Build and push your image to the location specified by ` IMG ` :
You can’t perform that action at this time.
0 commit comments