-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
nopo11y dashboard uid and alert changes (#5)
* Added _helpers.tpl to generate grafana dashboard uid upto 40 characters * Removed duplicate alerts from the chart * Updated grafana dashboard uid * Updated alerts with the new dashboard uid * Updated helm chart version to 1.0.1 * Updated helm chart version to 1.0.1
- Loading branch information
1 parent
911f4d9
commit 4f0eece
Showing
4 changed files
with
10 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{{- define "dashboard-uid" -}} | ||
{{- printf "%s-%s" .Release.Name .Release.Namespace | trunc 40 -}} | ||
{{- end -}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters