Skip to content

Commit

Permalink
Merge pull request nexodus-io#1965 from chirino/grafana-apiversion
Browse files Browse the repository at this point in the history
deployment: use ‘apiVersion’ supported on our cluster.
  • Loading branch information
chirino authored Mar 7, 2024
2 parents 9724d18 + cf7bb91 commit 637da4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: integreatly.org/v1alpha1
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDashboard
metadata:
name: nexodus-dashboard
Expand Down
2 changes: 1 addition & 1 deletion deploy/nexodus-monitoring/base/grafana/datasource.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: integreatly.org/v1alpha1
apiVersion: grafana.integreatly.org/v1beta1
kind: GrafanaDataSource
metadata:
name: nexodus-grafanadatasource
Expand Down
2 changes: 1 addition & 1 deletion deploy/nexodus-monitoring/base/grafana/grafana.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: integreatly.org/v1alpha1
apiVersion: grafana.integreatly.org/v1beta1
kind: Grafana
metadata:
name: nexodus-grafana
Expand Down

0 comments on commit 637da4b

Please sign in to comment.