File tree 3 files changed +1
-37
lines changed
3 files changed +1
-37
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
2
2
name : retool
3
3
description : A Helm chart for Kubernetes
4
4
type : application
5
- version : 6.4.3
5
+ version : 6.4.4
6
6
maintainers :
7
7
- name : Retool Engineering
8
8
Original file line number Diff line number Diff line change @@ -75,14 +75,6 @@ telemetry:
75
75
foo.com/bar : baz
76
76
extraPodSpec :
77
77
hostname : bleepbloop
78
- extraVolumes :
79
- - name : varlog
80
- hostPath :
81
- path : " /var/log"
82
- extraVolumeMounts :
83
- - name : varlog
84
- mountPath : " /hostvarlog"
85
- readOnly : true
86
78
extraPorts :
87
79
- containerPort : 9999
88
80
name : yaaaaa
Original file line number Diff line number Diff line change 48
48
valueFrom :
49
49
fieldRef :
50
50
fieldPath : metadata.namespace
51
- - name : PROCFS_ROOT
52
- value : " /host/proc"
53
- - name : SYSFS_ROOT
54
- value : " /host/sys"
55
51
{{- if include "shouldIncludeConfigSecretsEnvVars" . }}
56
52
- name : LICENSE_KEY
57
53
valueFrom :
@@ -110,18 +106,6 @@ spec:
110
106
subPath : " grafana-agent-custom.river"
111
107
readOnly : true
112
108
{{- end }}
113
- - name : var-log
114
- mountPath : " /var/log/"
115
- readOnly : true
116
- - name : var-lib
117
- mountPath : " /var/lib"
118
- readOnly : true
119
- - name : procfs
120
- mountPath : " /host/proc"
121
- readOnly : true
122
- - name : sysfs
123
- mountPath : " /host/sys"
124
- readOnly : true
125
109
{{- if .Values.telemetry.extraVolumeMounts }}
126
110
{{- .Values.telemetry.extraVolumeMounts | toYaml | nindent 10 }}
127
111
{{- end }}
@@ -147,18 +131,6 @@ spec:
147
131
configMap :
148
132
name : {{ include "retool.fullname" . }}-telemetry
149
133
{{- end }}
150
- - name : var-log
151
- hostPath :
152
- path : " /var/log/"
153
- - name : var-lib
154
- hostPath :
155
- path : " /var/lib/"
156
- - name : procfs
157
- hostPath :
158
- path : " /proc"
159
- - name : sysfs
160
- hostPath :
161
- path : " /sys"
162
134
{{- if .Values.telemetry.extraVolumes }}
163
135
{{- .Values.telemetry.extraVolumes | toYaml | nindent 8 }}
164
136
{{- end }}
You can’t perform that action at this time.
0 commit comments