mirror of
https://github.com/truenas/charts.git
synced 2026-05-02 14:31:39 +08:00
7 lines
216 B
Smarty
7 lines
216 B
Smarty
{{- define "redis.workload" -}}
|
|
workload:
|
|
{{- include "ix.v1.common.app.redis" (dict "secretName" "redis-creds"
|
|
"resources" .Values.resources) | nindent 2 }}
|
|
|
|
{{- end -}}
|