Skip to content

Commit 292cff1

Browse files
helm-docs: automated action
1 parent 5ebff14 commit 292cff1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

charts/pixelfed/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# pixelfed
22

3-
![Version: 0.11.1](https://img.shields.io/badge/Version-0.11.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.4-nginx](https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square)
3+
![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.4-nginx](https://img.shields.io/badge/AppVersion-v0.12.4--nginx-informational?style=flat-square)
44

55
A Helm chart for deploying Pixelfed on Kubernetes
66

@@ -80,6 +80,9 @@ A Helm chart for deploying Pixelfed on Kubernetes
8080
| pixelfed.admin_domain | string | `""` | domain of admin interface |
8181
| pixelfed.app.domain | string | `""` | The domain of your server, without https:// |
8282
| pixelfed.app.env | string | `"production"` | The app environment, keep it set to "production" |
83+
| pixelfed.app.existingSecret | string | `""` | use an existing Kuberentes Secret to store the app key If set, ignores pixelfed.app.key |
84+
| pixelfed.app.existingSecretKey | string | `""` | key in pixelfed.app.existingSecret to use for the app key |
85+
| pixelfed.app.key | string | `""` | This key is used by the Illuminate encrypter service and should be set to a random, 32 character string, otherwise these encrypted strings will not be safe. If you don't generate one, we'll generate one for you however it will change everytime you upgrade the helm chart, so it should only be used for testing. In production, please set this, or pixelfed.app.existingSecret |
8386
| pixelfed.app.locale | string | `"en"` | change this to the language code of your pixelfed instance |
8487
| pixelfed.app.name | string | `"Pixelfed"` | The name of your server/instance |
8588
| pixelfed.app.url | string | `"https://localhost"` | change this to the domain of your pixelfed instance |

0 commit comments

Comments
 (0)