diff --git a/src/pages/docs/charts/openhab.mdx b/src/pages/docs/charts/openhab.mdx index 8aec65f3..f0f0c997 100644 --- a/src/pages/docs/charts/openhab.mdx +++ b/src/pages/docs/charts/openhab.mdx @@ -673,6 +673,7 @@ kubectl scale statefulset my-openhab -n openhab --replicas=1 | `securityContext.allowPrivilegeEscalation` | Prevent privilege escalation | `false` | | `securityContext.readOnlyRootFilesystem` | Keep writable for OSGi/Karaf runtime state | `false` | | `namespaceOverride` | Override chart-managed object namespace | `""` | +| `podLabels` | Extra pod labels; selector labels are reserved | `{}` | | `serviceAccount.create` | Create a dedicated ServiceAccount | `true` | | `serviceAccount.automountServiceAccountToken` | Mount Kubernetes API token into pods | `false` | diff --git a/src/pages/playground.astro b/src/pages/playground.astro index 07b8fe5b..5e096f22 100644 --- a/src/pages/playground.astro +++ b/src/pages/playground.astro @@ -27,6 +27,7 @@ const siteSyncPlaygroundConfigs: Record = { medikeep: 'src/data/playground-configs.ts', memcached: 'src/data/playground-configs.ts', notediscovery: 'src/data/playground-configs.ts', + openhab: 'src/data/playground-configs.ts', poznote: 'src/data/playground-configs.ts', }; const configuredChartSlugs = new Set([...Object.keys(mergedConfigs), ...Object.keys(siteSyncPlaygroundConfigs)]);