Skip to content

Commit 6fc04cf

Browse files
committed
chart ref update rollout charts name
1 parent e958720 commit 6fc04cf

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
update chart_ref set name=NULL where name like 'Rollout Deployment' and location like 'reference%';
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
-- below update script will add name for all rollout charts.
2+
update chart_ref set name='Rollout Deployment' where name is null and location like 'reference%';

0 commit comments

Comments
 (0)