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
@@ -69,9 +69,6 @@ A Helm chart for Testkube AI service
69
69
| nameOverride | string |`""`||
70
70
| nodeEnv | string |`"production"`| Environment of deployment |
71
71
| nodeSelector | object |`{}`||
72
-
| oauthAudience | string |`""`| OAuth audience represents the expected value of the `aud` claim in the JWT token. This is the static client ID in the Dex configuration. |
| oauthJwksUri | string |`""`| Specify the URL to fetch the JWK set document and skip OIDC Discovery |
75
72
| oidcDiscoveryUri | string |`""`| Use OpenID Conect (OIDC) Discovery endpoint to fetch configurations from the identity provider. The path should end with `/.well-known/openid-configuration`. |
76
73
| podAnnotations | object |`{}`||
77
74
| 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/). |
0 commit comments