Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/docs/charts/openhab.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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` |

Expand Down
1 change: 1 addition & 0 deletions src/pages/playground.astro
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const siteSyncPlaygroundConfigs: Record<string, string> = {
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)]);
Expand Down