Skip to content

Commit

Permalink
fix:url mandatory for datasource since opeator version > 5.4.0 (#36)
Browse files Browse the repository at this point in the history
url mandatory for datasource since opeator version > 5.4.0

See: grafana/grafana-operator#1235
  • Loading branch information
rlanore authored Dec 18, 2023
1 parent 8aef255 commit b39123f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
type: cloudwatch
access: server
isDefault: false
url: ""
jsonData:
'tlsSkipVerify': false
'timeInterval': "5s"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ spec:
name: aws-observability-accelerator-xray
type: grafana-x-ray-datasource
access: server
url: ""
isDefault: false
jsonData:
"authType": "ec2_iam_role"
Expand Down

0 comments on commit b39123f

Please sign in to comment.