Skip to content

Commit

Permalink
conf(grafana.integreatly.org): Update to support new properties (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohlik authored Nov 10, 2024
1 parent 7598fb5 commit fc7a698
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
15 changes: 15 additions & 0 deletions grafana.integreatly.org/grafanadashboard_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,12 @@
"folder": {
"type": "string"
},
"folderRef": {
"type": "string"
},
"folderUID": {
"type": "string"
},
"grafanaCom": {
"properties": {
"id": {
Expand Down Expand Up @@ -275,6 +281,15 @@
"resyncPeriod": {
"type": "string"
},
"uid": {
"type": "string",
"x-kubernetes-validations": [
{
"message": "spec.uid is immutable",
"rule": "self == oldSelf"
}
]
},
"url": {
"type": "string"
}
Expand Down
9 changes: 9 additions & 0 deletions grafana.integreatly.org/grafanafolder_v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@
},
"title": {
"type": "string"
},
"uid": {
"type": "string",
"x-kubernetes-validations": [
{
"message": "spec.uid is immutable",
"rule": "self == oldSelf"
}
]
}
},
"required": [
Expand Down

0 comments on commit fc7a698

Please sign in to comment.