Skip to content

Commit 2485b44

Browse files
generate docs
1 parent 689f83e commit 2485b44

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

charts/platform/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# platform
22

3-
![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: nightly](https://img.shields.io/badge/AppVersion-nightly-informational?style=flat-square)
3+
![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: nightly](https://img.shields.io/badge/AppVersion-nightly-informational?style=flat-square)
44

55
A Helm Chart for OpenTDF Platform
66

@@ -177,6 +177,9 @@ Download the [keycloak_data.yaml](https://raw.githubusercontent.com/opentdf/plat
177177
| nodeSelector | object | `{}` | Target specific nodes in the cluster |
178178
| playground | bool | `false` | |
179179
| podAnnotations | object | `{}` | Extra annotations to add to the pod |
180+
| podDisruptionBudget.enabled | bool | `false` | Enable pod disruption budget |
181+
| podDisruptionBudget.maxUnavailable | string | `nil` | Maximum number of pods that can be unavailble |
182+
| podDisruptionBudget.minAvailable | string | `nil` | Minimum number of pods that must be available |
180183
| podLabels | object | `{}` | Extra labels to add to the pod |
181184
| podSecurityContext | object | `{"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}` | The pod security context (https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) |
182185
| postgresql.auth.database | string | `"opentdf"` | |
@@ -205,6 +208,7 @@ Download the [keycloak_data.yaml](https://raw.githubusercontent.com/opentdf/plat
205208
| server.auth.policy.csv | string | `nil` | |
206209
| server.auth.policy.default | string | `nil` | |
207210
| server.auth.policy.map | string | `nil` | |
211+
| server.auth.public_client_id | string | `"opentdf-public"` | The oidc client id, leveraged by otdfctl |
208212
| server.auth.skew | string | `"1m"` | The amount of drift allowed between the server and the client for the Access Token |
209213
| server.cors.allowcredentials | bool | `true` | Allow credentials |
210214
| server.cors.allowedheaders | list | `["Accept","Authorization","Content-Type","X-CSRF-Token","X-Request-ID"]` | The allowed request headers |

charts/platform/templates/poddisruptionbudget.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ spec:
1616
selector:
1717
matchLabels:
1818
{{- include "chart.selectorLabels" . | nindent 6 }}
19-
{{- end }}
19+
{{- end }}

0 commit comments

Comments
 (0)