summaryrefslogtreecommitdiff
path: root/data.d
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-04-15 07:58:39 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-04-15 07:58:39 +0200
commit54950714623b44ad04a9b99faea2f65248a0bc71 (patch)
tree1eb6d67cbe06827ca7ff8fc13b1b8645476e288f /data.d
parent98cdab18cb81ec76ac2145c51e6ab8dc95700c0b (diff)
Disable auth on Redis
These Redis instances aren't publicly accessible, and some applications (notably Omgur) for some reason don't support setting a password for its Redis instance.
Diffstat (limited to 'data.d')
-rw-r--r--data.d/k3s-master/helm.d/redis.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/data.d/k3s-master/helm.d/redis.yaml b/data.d/k3s-master/helm.d/redis.yaml
index 4dc9703..0423920 100644
--- a/data.d/k3s-master/helm.d/redis.yaml
+++ b/data.d/k3s-master/helm.d/redis.yaml
@@ -1,3 +1,5 @@
architecture: standalone
replica:
replicaCount: 0
+auth:
+ enabled: false