Skip to content

Commit

Permalink
fix: Edit dimo pvc claim name to new one (TT-1606) (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sindrir authored Jul 3, 2024
1 parent 6959c81 commit 0b47462
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 @@ -169,7 +169,7 @@ jobs:
kubectl config use-context meteor
kubectl config view
kubectl version
sed -i "s/<pvc_claim_name>/dimo-file-server-expandable-pvc/g" k8s/meteor.yml
sed -i "s/<pvc_claim_name>/dimo-file-server-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 0b47462

Please sign in to comment.