Skip to content

Commit 18de771

Browse files
snecklifterclaude
andauthored
fix: Add missing workspaces-config label to vscode-editor-configurations ConfigMap (#3072)
The vscode-editor-configurations ConfigMap example was missing the app.kubernetes.io/component: workspaces-config label. Without this label, the ConfigMap does not propagate correctly to user namespaces, preventing the editor configurations from being applied across workspaces. This change adds the missing label to align with other ConfigMap examples in the documentation (manage-extension-installation.adoc and configuring-a-user-namespace.adoc). Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 878d6e3 commit 18de771

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

modules/administration-guide/pages/editor-configurations-for-microsoft-visual-studio-code.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ kind: ConfigMap
4343
metadata:
4444
name: vscode-editor-configurations
4545
labels:
46+
app.kubernetes.io/component: workspaces-config
4647
app.kubernetes.io/part-of: che.eclipse.org
4748
data:
4849
extensions.json: |

0 commit comments

Comments
 (0)