File tree 3 files changed +11
-1
lines changed
immutable_uids/grafanadashboard
3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# yaml-language-server: $schema=https://raw.githubusercontent.com/kyverno/chainsaw/main/.schemas/json/configuration-chainsaw-v1alpha1.json
2
- apiVersion : chainsaw.kyverno.io/v1alpha1
2
+ apiVersion : chainsaw.kyverno.io/v1alpha2
3
3
kind : Configuration
4
4
metadata :
5
5
name : configuration
6
6
spec :
7
+ error :
8
+ catch :
9
+ - describe :
10
+ apiVersion : grafana.integreatly.org/v1beta1
11
+ kind : grafana-operator
12
+ - podLogs :
13
+ namespace : grafana-operator-system
14
+ tail : 100
7
15
timeouts :
8
16
assert : 2m0s
9
17
cleanup : 3m0s
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ kind: Test
4
4
metadata :
5
5
name : force-delete-folders
6
6
spec :
7
+ concurrent : false
7
8
bindings :
8
9
- name : USER
9
10
value : root
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ kind: Test
4
4
metadata :
5
5
name : dashboards-uids
6
6
spec :
7
+ concurrent : false
7
8
bindings :
8
9
- name : dashboardModel
9
10
value : |
You can’t perform that action at this time.
0 commit comments