Skip to content

Commit

Permalink
fix: linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dimgogos committed Dec 20, 2024
1 parent d81560f commit ce4fc5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/drax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -788,10 +788,10 @@ grafana:
root_url: "http://{{ .Values.global.kubeIp }}:30300/"

envRenderSecret:
slack-token:
value: "{{ $.Values.global.alerting.slackToken }}"
alerting:
value: "{{ $.Values.global.alerting.enabled }}"
slack-token:
value: "{{ $.Values.global.alerting.slackToken }}"
alerting:
value: "{{ $.Values.global.alerting.enabled }}"

envValueFrom:
DU_INFLUXDB_ADMIN_TOKEN:
Expand Down

0 comments on commit ce4fc5a

Please sign in to comment.