Add new workflow to push k8 operator to prod

This commit is contained in:
Maidul Islam
2022-12-16 13:57:04 -05:00
parent c8633bf546
commit a799e1bffc
12 changed files with 608 additions and 0 deletions

View File

@@ -36,6 +36,11 @@ all: build
help: ## Display this help.
@awk 'BEGIN {FS = ":.*##"; printf "\nUsage:\n make \033[36m<target>\033[0m\n"} /^[a-zA-Z_0-9-]+:.*?##/ { printf " \033[36m%-15s\033[0m %s\n", $$1, $$2 } /^##@/ { printf "\n\033[1m%s\033[0m\n", substr($$0, 5) } ' $(MAKEFILE_LIST)
## Chart
helm-chart:
$(KUSTOMIZE) build config/default | helmify ../helm-charts/secrets-operator
##@ Development
.PHONY: manifests