Skip to content

Commit

Permalink
fix: remove unused secret generators
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronraysmith committed Sep 21, 2023
1 parent 4edba1f commit 39e2eb4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,6 @@ generate_secrets: ## Generate sealed secrets for apps.
# @./secrets/generate.sh -a istio -s sso -n argocd -k dex.github.clientSecret -v $(GH_APP_CLIENT_SECRET) -e ops -c ops
# @./secrets/generate.sh -a istio -s github-secrets -n argocd -k GITHUB_CLIENT_ID -v $(GH_APP_CLIENT_ID) -e ops -c ops
# @./secrets/generate.sh -a istio -s github-secrets -n argocd -k GITHUB_CLIENT_SECRET -v $(GH_APP_CLIENT_SECRET) -e ops -c ops
@./secrets/generate.sh -a loft -s github-secrets -n loft -k client-id -v $(LOFT_GITHUB_CLIENT_ID) -e ops -c ops
@./secrets/generate.sh -a loft -s github-secrets -n loft -k client-secret -v $(LOFT_GITHUB_CLIENT_SECRET) -e ops -c ops

remove_context: ## Remove kube context: make remove_context CONTEXT_NAME=""
ifndef CONTEXT_NAME
Expand Down

0 comments on commit 39e2eb4

Please sign in to comment.