Skip to content

Commit f246896

Browse files
Update for new setting to disable image puller.
1 parent b81664f commit f246896

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

workshops/lab-installing-educates/workshop/content/00-workshop-overview.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ text: |
2323
imageRegistry:
2424
host: registry.default.svc.cluster.local
2525
26-
#imagePuller:
27-
# prePullImages: []
26+
imagePuller:
27+
enabled: false
2828
```
2929

30+
Should be able to get rid of provider option but CLI not defaulting to custom right now.
31+
3032
```terminal:execute
3133
command: educates admin cluster install --config config.yaml --provider=custom
3234
```

0 commit comments

Comments
 (0)