Skip to content

Commit

Permalink
HEAT-227: updated pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
KalyanaVadlamani committed Apr 4, 2024
1 parent 024230c commit 0237e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,13 @@ jobs:
- name: Set Kubernetes Namespace secrets
id: set_namespace_secrets
run: |
uses: ./.github/actions/cloud-platform-deploy
if [[ "${{ inputs.environment }}" == "development" ]]; then
api=https://"{{ secrets.DEVELOPMENT_KUBE_CLUSTER }}"
cert="${{ secrets.DEVELOPMENT_KUBE_CERT }}"
cluster="${{ secrets.DEVELOPMENT_KUBE_CLUSTER }}"
namespace="${{ secrets.DEVELOPMENT_KUBE_NAMESPACE }}"
token="${{ secrets.DEVELOPMENT_KUBE_TOKEN }}"
./.github/actions/cloud-platform-deploy
elif [[ "${{ inputs.environment }}" == "production" ]]; then
api=https://"{{ secrets.PRODUCTION_KUBE_CLUSTER }}"
cert="${{ secrets.PRODUCTION_KUBE_CERT }}"
Expand Down

0 comments on commit 0237e35

Please sign in to comment.