File tree Expand file tree Collapse file tree 1 file changed +0
-33
lines changed
clusters/common/apps/headlamp/install Expand file tree Collapse file tree 1 file changed +0
-33
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments