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: helm/charts/hydra/README.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,9 +54,6 @@ A Helm chart for deploying ORY Hydra in Kubernetes
54
54
| cronjob.janitor.serviceAccount.create | bool |`true`| Specifies whether a service account should be created |
55
55
| cronjob.janitor.serviceAccount.name | string |`""`| The name of the service account to use. If not set and create is true, a name is generated using the fullname template |
56
56
| cronjob.janitor.tolerations | list |`[]`| Configure node tolerations |
57
-
| separateAdminAndPublicDeploys | bool |`false`| When `true` separate deploys will be created for admin and public components. Use `deployment.admin` and `deployment.public` to configure component specific options. |
58
-
| deployment.admin | object |`{}`| When separateAdminAndPublicDeploys is enabled, this field acts as overrides only for the `hydra-admin` deployment object. |
59
-
| deployment.public | object |`{}`| When separateAdminAndPublicDeploys is enabled, this field acts as overrides only for the `hydra-public` deployment object. |
| deployment.automigration | object |`{"extraEnv":[]}`| Parameters for the automigration initContainer |
62
59
| deployment.automigration.extraEnv | list |`[]`| Array of extra envs to be passed to the initContainer. Kubernetes format is expected. Value is processed with Helm `tpl` - name: FOO value: BAR |
Copy file name to clipboardExpand all lines: helm/charts/hydra/values.yaml
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -180,15 +180,8 @@ hydra:
180
180
# -- Enable dev mode, not secure in production environments
181
181
dev: false
182
182
183
-
# When `true` separate deploys will be created for admin and public components. Use `deployment.admin` and `deployment.public` to configure component specific options.
184
-
separateAdminAndPublicDeploys: false
185
-
186
183
## -- Deployment specific config
187
184
deployment:
188
-
# When separateAdminAndPublicDeploys is enabled, the admin/public fields act as overrides for the individual deploys.
0 commit comments