Skip to content

Commit

Permalink
fix: use correct pvc name (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
pierrebeauguitte authored Apr 15, 2024
1 parent c38b7da commit 83ca0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
kubectl config use-context meteor
kubectl config view
kubectl version
sed -i "s/<pvc_claim_name>/dimo-fileserver-expandable-pvc/g" k8s/meteor.yml
sed -i "s/<pvc_claim_name>/dimo-file-server-expandable-pvc/g" k8s/meteor.yml
sed -i "s/<version>/${{ steps.set_version.outputs.img_version }}/g" k8s/meteor.yml
sed -i "s/<host_url>/${{ steps.import-secrets.outputs.K8S_HOST_URL }}/g" k8s/meteor.yml
kubectl apply -f k8s/meteor.yml
Expand Down

0 comments on commit 83ca0be

Please sign in to comment.