This commit is contained in:
kongfei
2022-04-08 15:34:53 +08:00
parent 370e69e96b
commit aaa763c66e
4 changed files with 4 additions and 4 deletions

View File

@@ -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

View File

@@ -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 -}}