feat(immich): add initial chart
This commit is contained in:
parent
2687c2c901
commit
7aa6d236f0
20 changed files with 803 additions and 1 deletions
10
charts/immich/templates/_secrets.tpl
Normal file
10
charts/immich/templates/_secrets.tpl
Normal file
|
@ -0,0 +1,10 @@
|
|||
{{/*
|
||||
Secret names
|
||||
*/}}
|
||||
{{- define "postgres.secretName" -}}
|
||||
{{ include "immich.fullname" . }}-postgres
|
||||
{{- end }}
|
||||
|
||||
{{- define "redis.secretName" -}}
|
||||
{{ include "immich.fullname" . }}-redis
|
||||
{{- end }}
|
Loading…
Add table
Add a link
Reference in a new issue