Skip to content

Commit

Permalink
fix cluster resource template file names (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
stehessel authored Nov 8, 2023
1 parent 6f01ea8 commit d76d348
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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: |
{
"annotations": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
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: |
{
"annotations": {
Expand Down
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: |
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: |

0 comments on commit d76d348

Please sign in to comment.