diff --git a/templates/nwebapi/files/mysql_by_exporter.json b/files/mysql_by_exporter.json similarity index 100% rename from templates/nwebapi/files/mysql_by_exporter.json rename to files/mysql_by_exporter.json diff --git a/templates/nwebapi/files/redis_by_exporter.json b/files/redis_by_exporter.json similarity index 100% rename from templates/nwebapi/files/redis_by_exporter.json rename to files/redis_by_exporter.json diff --git a/templates/NOTES.txt b/templates/NOTES.txt index c6dde85..bf22da5 100644 --- a/templates/NOTES.txt +++ b/templates/NOTES.txt @@ -1,3 +1,3 @@ -Please wait for several minutes for Harbor deployment to complete. -Then you should be able to visit the Harbor portal at {{ .Values.externalURL }} +Please wait for several minutes for nightingale deployment to complete. +Then you should be able to visit the nightingale web at {{ .Values.externalURL }} For more details, please visit https://github.com/flashcat/n9e-helm diff --git a/templates/nwebapi/dashboards-cm.yaml b/templates/nwebapi/dashboards-cm.yaml index 5b3a3cb..3938261 100644 --- a/templates/nwebapi/dashboards-cm.yaml +++ b/templates/nwebapi/dashboards-cm.yaml @@ -5,7 +5,7 @@ metadata: name: nwebapi-dashboards data: mysql_by_exporter.json: |- - {{ .Files.Get "files/mysql_by_exporter.json" | indent 4 }} + {{ .Files.Get "$.BasPath/files/mysql_by_exporter.json" | indent 4 }} redis_by_exporter.json: |- - {{ .Files.Get "files/redis_by_exporter.json" | indent 4 }} + {{ .Files.Get "$.BasePath/files/redis_by_exporter.json" | indent 4 }} {{- end -}}