Skip to content

Commit

Permalink
BAH-3522 | Fix version for storage class artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
mohan-13 committed Apr 24, 2024
1 parent bb49150 commit 5e7a98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
kubectl kustomize \
"github.com/kubernetes-sigs/aws-efs-csi-driver/deploy/kubernetes/overlays/stable/?ref=release-1.5" > public-ecr-driver.yaml
curl -o storageclass.yaml \
https://raw.githubusercontent.com/kubernetes-sigs/aws-efs-csi-driver/master/examples/kubernetes/dynamic_provisioning/specs/storageclass.yaml
https://raw.githubusercontent.com/kubernetes-sigs/aws-efs-csi-driver/v1.6.0/examples/kubernetes/dynamic_provisioning/specs/storageclass.yaml
kubectl delete deployment efs-csi-controller -n kube-system || echo "Creating the deployment..."
kubectl delete daemonset efs-csi-node -n kube-system || echo "Creating the daemonset..."
yq -i e '.metadata.name |= "bahmni-efs-sc"' storageclass.yaml
Expand Down

0 comments on commit 5e7a98f

Please sign in to comment.