We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 566acb5 commit f07fd52Copy full SHA for f07fd52
chart/kepler/Chart.yaml
@@ -22,5 +22,5 @@ annotations:
22
url: https://keybase.io/bradmccoydev/pgp_keys.asc
23
24
type: application
25
-version: 0.5.17
+version: 0.5.18
26
appVersion: release-0.8.0
chart/kepler/templates/daemonset.yaml
@@ -93,6 +93,8 @@ spec:
93
mountPath: /sys
94
- name: proc
95
mountPath: /proc
96
+ - name: config-dir
97
+ mountPath: /etc/kepler
98
{{- if .Values.canMount.usrSrc }}
99
- name: usr-src
100
mountPath: /usr/src
@@ -119,6 +121,9 @@ spec:
119
121
hostPath:
120
122
path: /proc
123
type: Directory
124
125
+ emptyDir:
126
+ sizeLimit: 100Ki
127
128
129
0 commit comments