Skip to content

Commit

Permalink
Set provider in the config file.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed May 14, 2024
1 parent f246896 commit 0845552
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ title: Workshop Overview
```editor:append-lines-to-file
file: ~/config.yaml
text: |
clusterInfrastructure:
provider: custom
clusterPackages:
contour:
enabled: false
Expand All @@ -30,7 +33,7 @@ text: |
Should be able to get rid of provider option but CLI not defaulting to custom right now.

```terminal:execute
command: educates admin cluster install --config config.yaml --provider=custom
command: educates admin cluster install --config config.yaml
```

```terminal:execute
Expand Down

0 comments on commit 0845552

Please sign in to comment.