Skip to content

Commit

Permalink
Merge pull request #75 from ccremer/fronius-field
Browse files Browse the repository at this point in the history
[fronius-exporter] Remove quotes, remove url field
  • Loading branch information
ccremer authored Jun 7, 2021
2 parents 3b91343 + 4e20982 commit e509220
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/fronius-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.0
version: 0.4.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/fronius-exporter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fronius-exporter

![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)

Prometheus Exporter for Fronius Symo Photovoltaics

Expand Down
2 changes: 1 addition & 1 deletion charts/fronius-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
imagePullPolicy: {{ .Values.image.pullPolicy }}
args:
- --symo.url={{ .Values.exporter.symoUrl }}
- --symo.site={{ .Values.exporter.siteName | quote }}
- --symo.site={{ .Values.exporter.siteName }}
- --symo.timeout={{ .Values.exporter.timeoutSeconds }}
{{- range .Values.exporter.additionalArgs }}
- {{ . }}
Expand Down
1 change: 1 addition & 0 deletions charts/fronius-exporter/templates/telegraf-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ stringData:
[[inputs.prometheus]]
urls = ["http://localhost:8080/metrics"]
interval = {{ .Values.telegraf.interval | quote }}
fielddrop = ["url"]
[[outputs.influxdb_v2]]
urls = [{{ .Values.telegraf.influxdb.url | quote }}]
token = {{ .Values.telegraf.influxdb.token | quote }}
Expand Down

0 comments on commit e509220

Please sign in to comment.