Skip to content

Commit dc6e29b

Browse files
committed
Notes on ignoring certain images
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent c8e1fef commit dc6e29b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

docs/deployment/edge.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,14 @@ Then restart the faasd service:
148148
sudo systemctl restart faasd
149149
```
150150

151+
If there are images that you don't want to change i.e. for Postgresql/Grafana, create an ignore file named `arkade.yaml` in the same directory:
152+
153+
```yaml
154+
ignore:
155+
- services.postgresql.image
156+
- services.grafana.image
157+
```
158+
151159
## faasd CE (non-commercial use only)
152160
153161
faasd CE supports 15 functions and needs a computer with a stable Internet connection to run. There are restrictions on commercial use, but [individuals](https://github.com/openfaas/faasd/blob/master/EULA.md) can use it for free for personal, non-commercial use.

0 commit comments

Comments
 (0)