mirror of
https://github.com/Infisical/infisical.git
synced 2025-03-14 10:27:49 +00:00
update infisical helm docs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
# infisical-standalone
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
A helm chart to deploy Infisical
|
||||
|
||||
@ -39,7 +39,7 @@ A helm chart to deploy Infisical
|
||||
| infisical.service.nodePort | string | `""` | Optional node port for service when using NodePort type |
|
||||
| infisical.service.type | string | `"ClusterIP"` | Service type, can be changed based on exposure needs (e.g., LoadBalancer) |
|
||||
| infisical.serviceAccount.annotations | object | `{}` | Custom annotations for the auto-created service account |
|
||||
| infisical.serviceAccount.create | bool | `true` | Creates a new service account if true, with necessary permissions for this chart |
|
||||
| infisical.serviceAccount.create | bool | `true` | Creates a new service account if true, with necessary permissions for this chart. If false and `serviceAccount.name` is not defined, the chart will attempt to use the Default service account |
|
||||
| infisical.serviceAccount.name | string | `nil` | Optional custom service account name, if existing service account is used |
|
||||
| ingress.annotations | object | `{}` | Custom annotations for ingress resource |
|
||||
| ingress.enabled | bool | `true` | Enable or disable ingress configuration |
|
||||
|
@ -21,7 +21,7 @@ infisical:
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
serviceAccount:
|
||||
# -- Creates a new service account if true, with necessary permissions for this chart
|
||||
# -- Creates a new service account if true, with necessary permissions for this chart. If false and `serviceAccount.name` is not defined, the chart will attempt to use the Default service account
|
||||
create: true
|
||||
# -- Custom annotations for the auto-created service account
|
||||
annotations: {}
|
||||
|
Reference in New Issue
Block a user