This commit is contained in:
MuneebAijaz
2024-10-30 20:35:30 +05:00
parent 6aef0ccc1b
commit db80cc755d
5 changed files with 10 additions and 18 deletions

View File

@@ -133,7 +133,7 @@ apply:
deploy: binary-image push apply
.PHONY: k8s-manifests
k8s-manifests: $(KUSTOMIZE) ## Generate WebhookConfiguration, ClusterRole and CustomResourceDefinition objects
k8s-manifests: $(KUSTOMIZE) ## Generate k8s manifests using Kustomize from 'manifests' folder
$(KUSTOMIZE) build ./deployments/kubernetes/ -o ./deployments/kubernetes/reloader.yaml
# Bump Chart