Skip to content

Commit

Permalink
remove override
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Mar 1, 2024
1 parent c6ceedb commit 387ea5f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-deploy-elixir.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ jobs:
with:
exec: helm upgrade ${{ env.REPO_NAME }} ./.helm/app/ --install --wait --atomic --namespace=${{ inputs.env }} --values=./.helm/app/values.yaml
kubeconfig: ${{ env.KUBECONFIG_CONTENT }}
overrule_existing_kubeconfig: 'true'

- name: Deploy to local from bastion
if: ${{ !inputs.cloud_deploy && !inputs.skip_deploy }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-deploy-go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ jobs:
with:
exec: helm upgrade ${{ env.REPO_NAME }} ./.helm/app/ --install --wait --atomic --namespace=${{ inputs.env }} --values=./.helm/app/values.yaml
kubeconfig: ${{ env.KUBECONFIG_CONTENT }}
overrule_existing_kubeconfig: 'true'

- name: Deploy to local from bastion
if: ${{ !inputs.cloud_deploy && !inputs.skip_deploy }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-deploy-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,6 @@ jobs:
with:
exec: helm upgrade ${{ env.REPO_NAME }} ./.helm/app/ --install --wait --atomic --namespace=${{ inputs.env }} --values=./.helm/app/values.yaml
kubeconfig: ${{ env.KUBECONFIG_CONTENT }}
overrule_existing_kubeconfig: 'true'

- name: Deploy to local from bastion
if: ${{ !inputs.cloud_deploy && !inputs.skip_deploy }}
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/build-deploy-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ jobs:
with:
exec: helm upgrade ${{ env.REPO_NAME }} ./.helm/app/ --install --wait --atomic --namespace=${{ inputs.env }} --values=./.helm/app/values.yaml
kubeconfig: ${{ env.KUBECONFIG_CONTENT }}
overrule_existing_kubeconfig: 'true'

- name: Deploy to local from bastion
if: ${{ !inputs.cloud_deploy && !inputs.skip_deploy }}
Expand Down

0 comments on commit 387ea5f

Please sign in to comment.