File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ keywords:
99 - kubecost
1010 - opencost
1111 - monitoring
12- version : 1.19.1
12+ version : 1.19.2
1313maintainers :
1414 - name : mattray
1515 url : https://mattray.dev
Original file line number Diff line number Diff line change 22
33OpenCost and OpenCost UI
44
5- ![ Version: 1.19.1 ] ( https://img.shields.io/badge/Version-1.19.1-informational?style=flat-square )
5+ ![ Version: 1.19.2 ] ( https://img.shields.io/badge/Version-1.19.1-informational?style=flat-square )
66![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square )
77![ AppVersion: 1.105.2] ( https://img.shields.io/badge/AppVersion-1.105.2-informational?style=flat-square )
88
Original file line number Diff line number Diff line change @@ -143,7 +143,6 @@ spec:
143143 {{- with .Values.opencost.exporter.env }}
144144 {{- toYaml . | nindent 12 }}
145145 {{- end }}
146- # Add any additional provided variables
147146 {{- range $key, $value := .Values.opencost.exporter.extraEnv }}
148147 - name : {{ $key }}
149148 value : {{ $value | quote }}
Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ nameOverride: ""
33# -- Overwrite all resources name created by the chart
44fullnameOverride : " "
55
6+ # -- List of secret names to use for pulling the images
7+ imagePullSecrets : []
8+
69serviceAccount :
710 # -- Specifies whether a service account should be created
811 create : true
@@ -109,7 +112,7 @@ opencost:
109112 annotations : {}
110113 # -- Access mode for persistent volume
111114 accessMode : " "
112- # --Storage class for persistent volume
115+ # -- Storage class for persistent volume
113116 storageClass : " "
114117 # -- Size for persistent volume
115118 size : " "
@@ -121,6 +124,8 @@ opencost:
121124 access_key_id : " "
122125 # -- A list of volume mounts to be added to the pod
123126 extraVolumeMounts : []
127+ # -- List of additional environment variables to set in the container
128+ env : []
124129 # -- Any extra environment variables you would like to pass on to the pod
125130 extraEnv : {}
126131 # FOO: BAR
You can’t perform that action at this time.
0 commit comments