Skip to content

Commit cb4bca8

Browse files
authored
allow empty string as resourceTag entry (#354)
1 parent d09bac5 commit cb4bca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/helm/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
"type": "array",
193193
"items": {
194194
"type": "string",
195-
"pattern": "^.*=.*$"
195+
"pattern": "(^$|^.*=.*$)"
196196
}
197197
},
198198
"serviceAccount": {

0 commit comments

Comments
 (0)