We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When deploying telegraf-ds, in the daemonset the HostIP is duplicated, they are both written in the values.yaml and daemonset.yaml
- name: HOSTIP valueFrom: fieldRef: fieldPath: status.hostIP
from: https://github.com/influxdata/helm-charts/blob/master/charts/telegraf-ds/values.yaml#L39
env: - name: HOSTIP valueFrom: fieldRef: fieldPath: status.hostIP {{ toYaml .Values.env | indent 8 }}
from: https://github.com/influxdata/helm-charts/blob/master/charts/telegraf-ds/templates/daemonset.yaml#L43
When deployed the telegraf-ds' daemonset it's found:
env: - name: HOSTIP valueFrom: fieldRef: fieldPath: status.hostIP - name: HOSTNAME valueFrom: fieldRef: fieldPath: spec.nodeName - name: HOSTIP valueFrom: fieldRef: fieldPath: status.hostIP
I submitted a PR to fix this: #603
The text was updated successfully, but these errors were encountered:
Fixed in #603
Sorry, something went wrong.
No branches or pull requests
When deploying telegraf-ds, in the daemonset the HostIP is duplicated, they are both written in the values.yaml and daemonset.yaml
from: https://github.com/influxdata/helm-charts/blob/master/charts/telegraf-ds/values.yaml#L39
from: https://github.com/influxdata/helm-charts/blob/master/charts/telegraf-ds/templates/daemonset.yaml#L43
When deployed the telegraf-ds' daemonset it's found:
I submitted a PR to fix this: #603
The text was updated successfully, but these errors were encountered: