We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f200a commit 8fd3766Copy full SHA for 8fd3766
1 file changed
infrastructure/kube-system/Headlamp.yaml
@@ -26,7 +26,6 @@ spec:
26
values:
27
config:
28
watchPlugins: true
29
- pluginsDir: /home/headlamp/.config/headlamp/plugins/
30
pluginsManager:
31
enabled: true
32
configContent: |
@@ -40,18 +39,11 @@ spec:
40
39
installOptions:
41
parallel: true
42
maxConcurrent: 2
43
- volumeMounts:
44
- - name: config
45
- mountPath: /home/headlamp/.config/headlamp/plugins/
46
- subPath: configs/headlamp/plugins/
47
volumes:
48
- name: config
49
persistentVolumeClaim:
50
claimName: yasr-volume
51
volumeMounts:
52
53
54
55
56
mountPath: /home/headlamp/.config/Headlamp/kubeconfigs/
57
subPath: configs/headlamp/kube/
0 commit comments