Skip to content

Commit

Permalink
Merge pull request #99 from RomanBednar/update-readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
openshift-ci[bot] committed Oct 9, 2023
2 parents a6a9cbb + 25579e1 commit befd98f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -25,7 +25,7 @@ make

# Set kubeconfig and obtain desired version
export KUBECONFIG=<path-to-kubeconfig>
export OPERATOR_IMAGE_VERSION=$(oc get clusterversion/version -o json | jq '.status.desired.version' | tr -d "\"")
export OPERATOR_IMAGE_VERSION=$(oc get clusterversion/version -o json | jq -r '.status.desired.version')

# Set the environment variables
export DRIVER_IMAGE=quay.io/openshift/origin-azure-disk-csi-driver:latest
Expand Down

0 comments on commit befd98f

Please sign in to comment.