Add missing referenced local_image.yml for local helm setup (#3268)
Forgot to add the `local_image.yml` file referenced [here](https://github.com/grafana/oncall/pull/3204/files#diff-ba66b531f5db27e2cb364be1b4cda073681f7447f088ac98139ca96c1609dc16R30).
This commit is contained in:
parent
929c078252
commit
fb3bc0d7e5
1 changed files with 6 additions and 0 deletions
6
helm/local_image.yml
Normal file
6
helm/local_image.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
image:
|
||||
repository: oncall/engine
|
||||
tag: latest
|
||||
pullPolicy: IfNotPresent
|
||||
oncall:
|
||||
devMode: true
|
||||
Loading…
Add table
Reference in a new issue