Skip to content

Commit 530ce50

Browse files
committed
Remove multiple Headlamp plugin configurations from helmrelease.yaml
1 parent f24d488 commit 530ce50

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

clusters/common/apps/headlamp/install/helmrelease.yaml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -72,39 +72,6 @@ spec:
7272
- mkdir -p /headlamp/plugins && cp -r /plugins/* /headlamp/plugins/
7373
image: ghcr.io/headlamp-k8s/headlamp-plugin-ai-assistant:latest
7474
imagePullPolicy: Always
75-
volumeMounts:
76-
- mountPath: /headlamp/plugins
77-
name: headlamp-plugins
78-
79-
- name: plugin-catalog-plugin
80-
command:
81-
- /bin/sh
82-
- -c
83-
- mkdir -p /headlamp/plugins && cp -r /plugins/* /headlamp/plugins/
84-
image: ghcr.io/headlamp-k8s/headlamp-plugin-plugin-catalog:latest
85-
imagePullPolicy: Always
86-
volumeMounts:
87-
- mountPath: /headlamp/plugins
88-
name: headlamp-plugins
89-
90-
- name: backstage-plugin
91-
command:
92-
- /bin/sh
93-
- -c
94-
- mkdir -p /headlamp/plugins && cp -r /plugins/* /headlamp/plugins/
95-
image: ghcr.io/headlamp-k8s/headlamp-plugin-backstage:latest
96-
imagePullPolicy: Always
97-
volumeMounts:
98-
- mountPath: /headlamp/plugins
99-
name: headlamp-plugins
100-
101-
- name: app-catalog-plugin
102-
command:
103-
- /bin/sh
104-
- -c
105-
- mkdir -p /headlamp/plugins && cp -r /plugins/* /headlamp/plugins/
106-
image: ghcr.io/headlamp-k8s/headlamp-plugin-app-catalog:latest
107-
imagePullPolicy: Always
10875
volumeMounts:
10976
- mountPath: /headlamp/plugins
11077
name: headlamp-plugins

0 commit comments

Comments
 (0)