Try to get hastebin working
This commit is contained in:
parent
86fd311bcb
commit
539d2f097e
|
@ -15,6 +15,5 @@ spec:
|
|||
namespace: flux-system
|
||||
values:
|
||||
auth:
|
||||
username: k3spostgresql
|
||||
existingSecret: "redis-secrets"
|
||||
existingSecretPasswordKey: "password"
|
||||
|
|
|
@ -3,6 +3,8 @@ kind: HelmRelease
|
|||
metadata:
|
||||
name: hastebin
|
||||
namespace: tools
|
||||
labels:
|
||||
needsDatabase: "yes"
|
||||
spec:
|
||||
interval: 5m
|
||||
chart:
|
||||
|
@ -26,9 +28,8 @@ spec:
|
|||
STORAGE_TYPE: redis
|
||||
STORAGE_HOST: redis-master.database
|
||||
STORAGE_PORT: "6379"
|
||||
STORAGE_DB: hastebin
|
||||
#STORAGE_DB: hastebin
|
||||
|
||||
STORAGE_USERNAME: k3spostgresql
|
||||
STORAGE_PASSWORD:
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
|
|
Loading…
Reference in New Issue