Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/test-build-dep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
id: login
# https://github.com/Azure/k8s-deploy/
- name: Deploy to k8s
uses: Azure/k8s-deploy@v1.4
uses: Azure/k8s-deploy@v4.9
with:
namespace: api
# Specify what manifest file or files to use - for now, the comms manifest files are in the manifests folder in the comms repo
Expand Down Expand Up @@ -178,14 +178,14 @@ jobs:
id: login
# https://github.com/Azure/k8s-deploy/
- name: Deploy to k8s
uses: Azure/k8s-deploy@v1.4
uses: Azure/k8s-deploy@v4.9
with:
namespace: public
# Specify what manifest file or files to use - for now, the comms manifest files are in the manifests folder in the comms repo
manifests: |
manifests/app-service.yaml
- name: Deploy reverse proxy
uses: Azure/k8s-deploy@v1.4
uses: Azure/k8s-deploy@v4.9
with:
namespace: istio-system
# Specify what manifest file or files to use - for now, the comms manifest files are in the manifests folder in the comms repo
Expand Down