Added release manifests

This commit is contained in:
2020-04-25 18:43:25 +01:00
parent a1e44e0924
commit aebf937820
6 changed files with 112 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ ci:
.PHONY: release # Release the latest version of the application
release:
@echo "⚠️ 'release' unimplemented"
@cd manifests && kustomize edit set image kube-1password-secrets=$(IMAGE) && kustomize build | kubectl apply -f -
.PHONY: help # Show this list of commands
help: