Skip to content

Commit

Permalink
✏️ fix typo on var name (#394)
Browse files Browse the repository at this point in the history
* 🐛 fix typo on var name
  • Loading branch information
vmdude committed Jun 12, 2024
1 parent 420b19d commit 4b2c4e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/atlantis/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v1
appVersion: v0.28.1
description: A Helm chart for Atlantis https://www.runatlantis.io
name: atlantis
version: 5.1.2
version: 5.1.3
keywords:
- terraform
home: https://www.runatlantis.io
Expand Down
2 changes: 1 addition & 1 deletion charts/atlantis/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,11 +131,11 @@ extraManifests:
| ingress.pathType | string | `"ImplementationSpecific"` | |
| ingress.paths | list | `[]` | Used when several paths under the same host, with different backend services, are required. Check values.yaml for examples. |
| ingress.tls | list | `[]` | Check values.yaml for examples. |
| initConfig.containerSecurityContext | object | `{}` | Security context for the container. |
| initConfig.enabled | bool | `false` | Install providers/plugins into a path shared with the Atlantis pod. |
| initConfig.image | string | `"alpine:latest"` | |
| initConfig.imagePullPolicy | string | `"IfNotPresent"` | |
| initConfig.script | string | Check values.yaml. | Script to run on the init container. |
| initConfig.securityContext | object | `{}` | Security context for the container. |
| initConfig.sharedDir | string | `"/plugins"` | SharedDir is set as env var INIT_SHARED_DIR. |
| initConfig.sharedDirReadOnly | bool | `true` | |
| initConfig.sizeLimit | string | `"100Mi"` | Size for the shared volume. |
Expand Down
2 changes: 1 addition & 1 deletion charts/atlantis/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ initConfig:
# -- Size for the shared volume.
sizeLimit: 100Mi
# -- Security context for the container.
securityContext: {}
containerSecurityContext: {}
# -- Script to run on the init container.
# @default -- Check values.yaml.
script: |
Expand Down

0 comments on commit 4b2c4e1

Please sign in to comment.