Skip to content

Commit

Permalink
removed empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
rahman-lb committed Nov 14, 2024
1 parent deee6ba commit 9d41483
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,6 @@ lb-csi-manifests: verify_image_registry deploy/k8s
--set imageRegistry=$(DOCKER_REGISTRY) \
--set sidecarImageRegistry=$(SIDECAR_DOCKER_REGISTRY) \
--set image=$(DOCKER_TAG) > deploy/k8s/lb-csi-plugin-k8s-v1.24-dc.yaml

helm template deploy/helm/lb-csi/ \
--namespace=kube-system \
--set allowExpandVolume=true \
Expand Down Expand Up @@ -298,7 +297,7 @@ lb-csi-manifests: verify_image_registry deploy/k8s
--set allowExpandVolume=true \
--set enableSnapshot=true \
--set discoveryClientInContainer=true \
--set kubeVersion=v1.28 \
--set kubeVersion=v1.26 \
--set imageRegistry=$(DOCKER_REGISTRY) \
--set sidecarImageRegistry=$(SIDECAR_DOCKER_REGISTRY) \
--set image=$(DOCKER_TAG) > deploy/k8s/lb-csi-plugin-k8s-v1.26-dc.yaml
Expand All @@ -315,7 +314,7 @@ lb-csi-manifests: verify_image_registry deploy/k8s
--set allowExpandVolume=true \
--set enableSnapshot=true \
--set discoveryClientInContainer=true \
--set kubeVersion=v1.37 \
--set kubeVersion=v1.27 \
--set imageRegistry=$(DOCKER_REGISTRY) \
--set sidecarImageRegistry=$(SIDECAR_DOCKER_REGISTRY) \
--set image=$(DOCKER_TAG) > deploy/k8s/lb-csi-plugin-k8s-v1.27-dc.yaml
Expand Down

0 comments on commit 9d41483

Please sign in to comment.