feat: convert many
Some checks failed
lint-test-helm / lint-helm (pull_request) Successful in 9m13s
lint-test-helm / validate-kubeconform (pull_request) Failing after 10m43s

This commit is contained in:
2026-04-21 20:47:16 -05:00
parent 9918eb6363
commit e104eae55e
294 changed files with 2095 additions and 1121 deletions

View File

@@ -15,17 +15,17 @@ jellystat:
- name: JWT_SECRET
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellystat-config
key: secret-key
- name: JS_USER
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellystat-config
key: user
- name: JS_PASSWORD
valueFrom:
secretKeyRef:
name: jellystat-secret
name: jellystat-config
key: password
- name: POSTGRES_USER
valueFrom: