From 9dedaa6779cebbd888dcafd46911cbc7a582eeb5 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 6 Nov 2024 16:57:02 -0500 Subject: [PATCH] update infisical helm docs --- helm-charts/infisical-standalone-postgres/README.md | 4 ++-- helm-charts/infisical-standalone-postgres/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm-charts/infisical-standalone-postgres/README.md b/helm-charts/infisical-standalone-postgres/README.md index ef1839dc2f..cd0e188488 100644 --- a/helm-charts/infisical-standalone-postgres/README.md +++ b/helm-charts/infisical-standalone-postgres/README.md @@ -1,6 +1,6 @@ # infisical-standalone -![Version: 1.3.0](https://img.shields.io/badge/Version-1.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square) +![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.1](https://img.shields.io/badge/AppVersion-1.0.1-informational?style=flat-square) 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 | diff --git a/helm-charts/infisical-standalone-postgres/values.yaml b/helm-charts/infisical-standalone-postgres/values.yaml index 24ea7c0bdd..e4c1d51b5c 100644 --- a/helm-charts/infisical-standalone-postgres/values.yaml +++ b/helm-charts/infisical-standalone-postgres/values.yaml @@ -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: {}