Skip to content

Commit

Permalink
Removed prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
carterqw2 authored Apr 14, 2023
1 parent 1863b52 commit 3e2e0e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/helm_deploy_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
steps:
- id: set-config
run: |
SERVICE_ACCOUNT_SUFFIX="-ro"
# SERVICE_ACCOUNT_SUFFIX=""
# SERVICE_ACCOUNT_SUFFIX="-ro"
SERVICE_ACCOUNT_SUFFIX=""
[ "${{ github.ref_name }}" == master ] && SERVICE_ACCOUNT_SUFFIX=""
if [ "${{ github.event.inputs.deployment }}" == "cannoli" ]; then
echo "cluster=cannoli" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 3e2e0e0

Please sign in to comment.