10 lines
201 B
Smarty
10 lines
201 B
Smarty
{{/*
|
|
Secret names
|
|
*/}}
|
|
{{- define "postgres.secretName" -}}
|
|
{{ include "immich.fullname" . }}-postgres
|
|
{{- end }}
|
|
|
|
{{- define "redis.secretName" -}}
|
|
{{ include "immich.fullname" . }}-redis
|
|
{{- end }}
|