File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
charts/azure-metrics-exporter Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: azure-metrics-exporter
33type : application
44description : A Helm chart for azure-metrics-exporter
55home : https://github.com/webdevops/azure-metrics-exporter
6- version : 1.2.8
6+ version : 1.3.0
77# renovate: image=webdevops/azure-metrics-exporter
88appVersion : 24.9.1
99keywords :
Original file line number Diff line number Diff line change 6969 - containerPort : 8080
7070 name : http-metrics
7171 protocol : TCP
72+ {{- with .Values.extraVolumeMounts }}
73+ volumeMounts :
74+ {{- toYaml . | nindent 12 }}
75+ {{- end }}
7276
7377{{- with .Values.resources }}
7478 resources : {{ toYaml . | nindent 12 }}
9296{{- with .Values.tolerations }}
9397 tolerations : {{ toYaml . | nindent 8 }}
9498{{- end }}
99+ {{- with .Values.extraVolumes }}
100+ volumes :
101+ {{- toYaml . | nindent 8 }}
102+ {{- end }}
Original file line number Diff line number Diff line change @@ -32,6 +32,18 @@ secretsEnableTemplateFunctions: false
3232secrets : {}
3333# secretName: secretValue
3434
35+ extraVolumes : []
36+ # - name: azure-identity-token
37+ # projected:
38+ # sources:
39+ # - serviceAccountToken:
40+ # audience: api://AzureADTokenExchange
41+ # expirationSeconds: 3600
42+ # path: federated-token
43+ extraVolumeMounts : []
44+ # - mountPath: /var/run/secrets/azure/tokens
45+ # name: azure-identity-token
46+ # readOnly: true
3547
3648resources :
3749 limits :
You can’t perform that action at this time.
0 commit comments