Skip to content

Commit

Permalink
PM-1643 Pre-commit CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Smorci committed May 21, 2024
1 parent 676aa93 commit b1a3839
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gpt-survey-summarizer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down
1 change: 1 addition & 0 deletions gpt-survey-summarizer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit b1a3839

Please sign in to comment.