K8s/Dashboards: Remove uid+version from spec (#101992)
This commit is contained in:
@@ -4,3 +4,5 @@ metadata:
|
||||
name: test-v0
|
||||
spec:
|
||||
title: Test dashboard. Created at v0
|
||||
uid: test-v0 # will be removed by mutation hook
|
||||
version: 1234567 # will be removed by mutation hook
|
||||
|
||||
@@ -3,4 +3,6 @@ kind: Dashboard
|
||||
metadata:
|
||||
name: test-v1
|
||||
spec:
|
||||
title: Test dashboard. Created at v1 XXX
|
||||
title: Test dashboard. Created at v1
|
||||
uid: test-v1 # will be removed by mutation hook
|
||||
version: 1234567 # will be removed by mutation hook
|
||||
|
||||
Reference in New Issue
Block a user