Skip to content

Commit

Permalink
Use okd preset
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevhen Ivantsov committed Jan 29, 2024
1 parent c42b239 commit e55be9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/openshift.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@ jobs:
- name: Set the crc config
run: |
mkdir -p ~/.crc/cache
wget -q https://developers.redhat.com/content-gateway/file/pub/openshift-v4/clients/crc/bundles/openshift/4.14.7/crc_libvirt_4.14.7_amd64.crcbundle -O ~/.crc/cache/crc_libvirt_4.14.7_amd64.crcbundle
echo "${{ secrets.OPENSHIFT_PULL_SECRET }}" > pull-secret.txt
cat pull-secret.txt
./crc config set consent-telemetry no
./crc config set preset okd
./crc config set network-mode user
- name: Setup the crc
run: sudo -su $USER ./crc setup
Expand Down

0 comments on commit e55be9d

Please sign in to comment.