mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 18:41:41 +08:00
7 lines
215 B
Smarty
7 lines
215 B
Smarty
{{- define "vikunja.redis" -}}
|
|
workload:
|
|
{{- include "ix.v1.common.app.redis" (dict "secretName" "redis-creds"
|
|
"resources" .Values.resources) | nindent 2 }}
|
|
|
|
{{- end -}}
|