You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/stargate/README.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,6 @@ Then configure it through the `global.licence.token` and `global.licence.cluster
112
112
| ingress.tls | list |`[]`||
113
113
| nameOverride | string |`""`| String to partially override stargate.fullname template with a string (will append the release name) |
114
114
| nodeSelector | object |`{}`||
115
-
| podAnnotations | object |`{}`| pod annotations |
116
115
| podAnnotations | object |`{}`| Annotations to add to the pod |
117
116
| 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. |
Copy file name to clipboardExpand all lines: charts/stargate/values.yaml
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -136,9 +136,6 @@ global:
136
136
# @section -- Global configuration
137
137
postgresql: 5432
138
138
139
-
# -- pod annotations
140
-
podAnnotations: {}
141
-
142
139
podDisruptionBudget:
143
140
# -- 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/).
144
141
# It is **highly recommended** for webhooks as disruptions can prevent launching new pods.
0 commit comments