Skip to content

Commit

Permalink
Avoid leaking developer API tokens during release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamwg committed Sep 19, 2022
1 parent ea60077 commit 16585e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ undeploy: ## Undeploy controller from the K8s cluster specified in ~/.kube/confi

.PHONY: release-manifests
release-manifests: manifests kustomize
echo 'access-token=<your api token here>' > config/manager/do-api-token.env
cd config/manager && $(KUSTOMIZE) edit set image controller=${IMG}
mkdir -p releases
$(KUSTOMIZE) build config/default > releases/do-operator-${IMG_TAG}.yaml
Expand Down

0 comments on commit 16585e4

Please sign in to comment.