Skip to content

Commit cb5f127

Browse files
committed
fix: duplicate values
1 parent 94b4c46 commit cb5f127

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

charts/stargate/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ Then configure it through the `global.licence.token` and `global.licence.cluster
112112
| ingress.tls | list | `[]` | |
113113
| nameOverride | string | `""` | String to partially override stargate.fullname template with a string (will append the release name) |
114114
| nodeSelector | object | `{}` | |
115-
| podAnnotations | object | `{}` | pod annotations |
116115
| podAnnotations | object | `{}` | Annotations to add to the pod |
117116
| podDisruptionBudget.enabled | bool | `false` | Enable a [pod distruption budget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) to help dealing with [disruptions](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/). It is **highly recommended** for webhooks as disruptions can prevent launching new pods. |
118117
| podDisruptionBudget.maxUnavailable | int | `0` | |

charts/stargate/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ global:
136136
# @section -- Global configuration
137137
postgresql: 5432
138138

139-
# -- pod annotations
140-
podAnnotations: {}
141-
142139
podDisruptionBudget:
143140
# -- Enable a [pod distruption budget](https://kubernetes.io/docs/tasks/run-application/configure-pdb/) to help dealing with [disruptions](https://kubernetes.io/docs/concepts/workloads/pods/disruptions/).
144141
# It is **highly recommended** for webhooks as disruptions can prevent launching new pods.

0 commit comments

Comments
 (0)