-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix cluster resource template file names (#159)
- Loading branch information
Showing
4 changed files
with
32 additions
and
32 deletions.
There are no files selected for viewing
16 changes: 8 additions & 8 deletions
16
resources/grafana/generated/dashboards/rhacs-cluster-resource-adjustment-configmap.yaml
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
16 changes: 8 additions & 8 deletions
16
resources/grafana/generated/dashboards/rhacs-cluster-resource-adjustment-dashboard.yaml
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
16 changes: 8 additions & 8 deletions
16
resources/grafana/templates/dashboards/rhacs-cluster-resource-adjustment-configmap.yaml
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
apiVersion: integreatly.org/v1alpha1 | ||
kind: GrafanaDashboard | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
metadata: | ||
creationTimestamp: null | ||
name: rhacs-cluster-resource-adjustment | ||
labels: | ||
app: rhacs | ||
monitoring-key: middleware | ||
name: rhacs-cluster-resource-adjustment-dashboard | ||
namespace: <namespace> | ||
spec: | ||
name: rhacs-cluster-resource-adjustment.json | ||
grafana_dashboard: "true" | ||
annotations: | ||
grafana-folder: /grafana-dashboard-definitions/Addons | ||
data: | ||
json: | |
16 changes: 8 additions & 8 deletions
16
resources/grafana/templates/dashboards/rhacs-cluster-resource-adjustment-dashboard.yaml
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 |
---|---|---|
@@ -1,11 +1,11 @@ | ||
apiVersion: v1 | ||
kind: ConfigMap | ||
apiVersion: integreatly.org/v1alpha1 | ||
kind: GrafanaDashboard | ||
metadata: | ||
creationTimestamp: null | ||
name: rhacs-cluster-resource-adjustment | ||
labels: | ||
grafana_dashboard: "true" | ||
annotations: | ||
grafana-folder: /grafana-dashboard-definitions/Addons | ||
data: | ||
app: rhacs | ||
monitoring-key: middleware | ||
name: rhacs-cluster-resource-adjustment-dashboard | ||
namespace: <namespace> | ||
spec: | ||
name: rhacs-cluster-resource-adjustment.json | ||
json: | |