correct extraEnv descriptions for deployment
This commit is contained in:
@@ -15,7 +15,7 @@ type: application
|
|||||||
# This is the chart version. This version number should be incremented each time you make changes
|
# This is the chart version. This version number should be incremented each time you make changes
|
||||||
# to the chart and its templates, including the app version.
|
# to the chart and its templates, including the app version.
|
||||||
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
# Versions are expected to follow Semantic Versioning (https://semver.org/)
|
||||||
version: 0.14.3
|
version: 0.14.4
|
||||||
|
|
||||||
# This is the version number of the application being deployed.
|
# This is the version number of the application being deployed.
|
||||||
# renovate:image=ghcr.io/mattlqx/docker-pixelfed
|
# renovate:image=ghcr.io/mattlqx/docker-pixelfed
|
||||||
|
|||||||
@@ -49,8 +49,8 @@ A Helm chart for deploying Pixelfed on Kubernetes
|
|||||||
| externalValkey.port | string | `"6379"` | |
|
| externalValkey.port | string | `"6379"` | |
|
||||||
| externalValkey.scheme | string | `"tcp"` | |
|
| externalValkey.scheme | string | `"tcp"` | |
|
||||||
| extraContainers | list | `[]` | set sidecar containers to run along side the pixelfed container |
|
| extraContainers | list | `[]` | set sidecar containers to run along side the pixelfed container |
|
||||||
| extraEnv | list | `[]` | template out extra environment variables from ConfigMaps or Secrets |
|
| extraEnv | list | `[]` | template out extra environment variables |
|
||||||
| extraEnvFrom | list | `[]` | template out extra enviornment variables |
|
| extraEnvFrom | list | `[]` | template out extra environment variables e.g. ConfigMaps or Secrets |
|
||||||
| extraInitContainers | list | `[]` | set extra init containers |
|
| extraInitContainers | list | `[]` | set extra init containers |
|
||||||
| extraVolumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition |
|
| extraVolumeMounts | list | `[]` | Additional volumeMounts on the output Deployment definition |
|
||||||
| extraVolumes | list | `[]` | Additional volumes on the output Deployment definition |
|
| extraVolumes | list | `[]` | Additional volumes on the output Deployment definition |
|
||||||
|
|||||||
@@ -28,10 +28,10 @@ fullnameOverride: ""
|
|||||||
# -- how many revisions of the deployment to keep for rollbacks
|
# -- how many revisions of the deployment to keep for rollbacks
|
||||||
revisionHistoryLimit: 10
|
revisionHistoryLimit: 10
|
||||||
|
|
||||||
# -- template out extra environment variables from ConfigMaps or Secrets
|
# -- template out extra environment variables
|
||||||
extraEnv: []
|
extraEnv: []
|
||||||
|
|
||||||
# -- template out extra enviornment variables
|
# -- template out extra environment variables e.g. from ConfigMaps or Secrets
|
||||||
extraEnvFrom: []
|
extraEnvFrom: []
|
||||||
|
|
||||||
# This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
|
# This section builds out the service account more information can be found here: https://kubernetes.io/docs/concepts/security/service-accounts/
|
||||||
|
|||||||
Reference in New Issue
Block a user