Skip to content

Commit

Permalink
add k8s contextv4
Browse files Browse the repository at this point in the history
  • Loading branch information
NewJerseyStyle authored Sep 21, 2024
1 parent ce1b255 commit 1791fdb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/release-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,13 @@ jobs:
curl -L https://github.com/kubernetes/kompose/releases/download/v1.34.0/kompose-linux-amd64 -o kompose
chmod +x kompose
docker compose config > docker-compose-resolved.yaml && ./kompose convert -f docker-compose-resolved.yaml
cat server-deployment.yaml
- uses: azure/k8s-set-context@v4
with:
method: service-principal
cluster-type: arc
cluster-name: polis
resource-group: polisDev

- uses: Azure/k8s-deploy@v5
with:
Expand All @@ -79,6 +85,4 @@ jobs:
backups-persistentvolumeclaim.yaml
postgres-persistentvolumeclaim.yaml
server-deployment.yaml
server-logs-persistentvolumeclaim.yaml
# images: |
# cttopolis.azurecr.io/compdem
server-logs-persistentvolumeclaim.yaml

0 comments on commit 1791fdb

Please sign in to comment.