Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
revert changes in hack folder
Browse files Browse the repository at this point in the history
Signed-off-by: Jeremy <yong.jiang1@hp.com>
  • Loading branch information
yoninl2 committed Jun 7, 2020
1 parent 074e0b2 commit f8e6cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stable/prometheus-operator/hack/sync_grafana_dashboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def new_representer(dumper, data):
apiVersion: v1
kind: ConfigMap
metadata:
namespace: {{ template "prometheus-operator.namespace" . }}
namespace: {{ $.Release.Namespace }}
name: {{ printf "%%s-%%s" (include "prometheus-operator.fullname" $) "%(name)s" | trunc 63 | trimSuffix "-" }}
labels:
{{- if $.Values.grafana.sidecar.dashboards.label }}
Expand Down

0 comments on commit f8e6cdb

Please sign in to comment.