diff --git a/gpt-survey-summarizer/README.md b/gpt-survey-summarizer/README.md index 645f4e99..23f47c4d 100644 --- a/gpt-survey-summarizer/README.md +++ b/gpt-survey-summarizer/README.md @@ -82,7 +82,7 @@ helmfile status | imagePullSecrets | list | `[]` | The secrets used to pull the image | | nameOverride | string | `""` | The release name override | | nodeSelector | object | `{}` | Node selector labels | -| platform.name | string | `"sandbox"` | | +| platform | object | `{"name":"sandbox"}` | Platform that the application runs on | | podAnnotations | object | `{}` | Annotations to add to the pods | | podSecurityContext | object | `{}` | SecurityContext used for the pods | | redis.architecture | string | `"standalone"` | The redis architecture (accepted values are: standalone, replication) | diff --git a/gpt-survey-summarizer/values.yaml b/gpt-survey-summarizer/values.yaml index 9d98a6f2..c6c17268 100644 --- a/gpt-survey-summarizer/values.yaml +++ b/gpt-survey-summarizer/values.yaml @@ -2,6 +2,7 @@ # This is a YAML-formatted file. # Declare variables to be passed into your templates. +# -- Platform that the application runs on platform: name: sandbox