docs: improve readmes and add example
This commit is contained in:
parent
e8efe7fcad
commit
092905c9d4
6 changed files with 136 additions and 6 deletions
7
charts/immich/example/redis-secret.yaml
Normal file
7
charts/immich/example/redis-secret.yaml
Normal file
|
@ -0,0 +1,7 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: immich-redis-access
|
||||
type: Opaque
|
||||
stringData:
|
||||
password: "a-password"
|
Loading…
Add table
Add a link
Reference in a new issue