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 4b9cc9b commit 024230c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ 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 }}"
Expand Down

0 comments on commit 024230c

Please sign in to comment.