File tree 7 files changed +7
-7
lines changed
pkg/scaffold/internal/templates
7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ uninstall: manifests kustomize
91
91
92
92
# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
93
93
deploy: manifests kustomize
94
- cd config/manager && kustomize edit set image controller=${IMG}
94
+ cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
95
95
$(KUSTOMIZE) build config/default | kubectl apply -f -
96
96
97
97
# Generate manifests e.g. CRD, RBAC etc.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ uninstall: manifests kustomize
35
35
36
36
# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
37
37
deploy : manifests kustomize
38
- cd config/manager && kustomize edit set image controller=${IMG}
38
+ cd config/manager && $( KUSTOMIZE ) edit set image controller=${IMG}
39
39
$(KUSTOMIZE ) build config/default | kubectl apply -f -
40
40
41
41
# Generate manifests e.g. CRD, RBAC etc.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ uninstall: manifests kustomize
35
35
36
36
# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
37
37
deploy : manifests kustomize
38
- cd config/manager && kustomize edit set image controller=${IMG}
38
+ cd config/manager && $( KUSTOMIZE ) edit set image controller=${IMG}
39
39
$(KUSTOMIZE ) build config/default | kubectl apply -f -
40
40
41
41
# Generate manifests e.g. CRD, RBAC etc.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ uninstall: manifests kustomize
35
35
36
36
# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
37
37
deploy : manifests kustomize
38
- cd config/manager && kustomize edit set image controller=${IMG}
38
+ cd config/manager && $( KUSTOMIZE ) edit set image controller=${IMG}
39
39
$(KUSTOMIZE ) build config/default | kubectl apply -f -
40
40
41
41
# Generate manifests e.g. CRD, RBAC etc.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ uninstall: manifests kustomize
35
35
36
36
# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
37
37
deploy : manifests kustomize
38
- cd config/manager && kustomize edit set image controller=${IMG}
38
+ cd config/manager && $( KUSTOMIZE ) edit set image controller=${IMG}
39
39
$(KUSTOMIZE ) build config/default | kubectl apply -f -
40
40
41
41
# Generate manifests e.g. CRD, RBAC etc.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ uninstall: manifests kustomize
35
35
36
36
# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
37
37
deploy : manifests kustomize
38
- cd config/manager && kustomize edit set image controller=${IMG}
38
+ cd config/manager && $( KUSTOMIZE ) edit set image controller=${IMG}
39
39
$(KUSTOMIZE ) build config/default | kubectl apply -f -
40
40
41
41
# Generate manifests e.g. CRD, RBAC etc.
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ uninstall: manifests kustomize
35
35
36
36
# Deploy controller in the configured Kubernetes cluster in ~/.kube/config
37
37
deploy : manifests kustomize
38
- cd config/manager && kustomize edit set image controller=${IMG}
38
+ cd config/manager && $( KUSTOMIZE ) edit set image controller=${IMG}
39
39
$(KUSTOMIZE ) build config/default | kubectl apply -f -
40
40
41
41
# Generate manifests e.g. CRD, RBAC etc.
You can’t perform that action at this time.
0 commit comments