Skip to content

Commit 98c092b

Browse files
committed
add allowInsecureImages: true
1 parent 1e2735a commit 98c092b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

operations/k8s_support.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ And follow these steps:
2525
Create a values.yaml file with the following content:
2626

2727
```yaml
28+
global:
29+
security:
30+
# Required to be able to run the FalkorDB image
31+
allowInsecureImages: true
32+
2833
image:
2934
registry: docker.io
3035
repository: falkordb/falkordb

0 commit comments

Comments
 (0)