Skip to content

Commit 62ffb59

Browse files
dnskrmattray
andauthored
Declare missing values (#101)
Declare missing values in values.yaml Signed-off-by: Matt Ray <github@mattray.dev> Co-authored-by: Matt Ray <github@mattray.dev>
1 parent abd01a5 commit 62ffb59

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

charts/opencost/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ keywords:
99
- kubecost
1010
- opencost
1111
- monitoring
12-
version: 1.19.1
12+
version: 1.19.2
1313
maintainers:
1414
- name: mattray
1515
url: https://mattray.dev

charts/opencost/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
OpenCost 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

charts/opencost/templates/deployment.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

charts/opencost/values.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ nameOverride: ""
33
# -- Overwrite all resources name created by the chart
44
fullnameOverride: ""
55

6+
# -- List of secret names to use for pulling the images
7+
imagePullSecrets: []
8+
69
serviceAccount:
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

0 commit comments

Comments
 (0)