Commit fd2fda0
authored
Default priorityClassName to blank string (#253)
Issue #, if available:
Relates #249
Relates #252
Description of changes:
This fixes a bug I introduced in a previous PR (sorry!)
This must default to an empty string rather than null or you get:
```
Error: values don't meet the specifications of the schema(s) in the following chart(s):
s3-chart:
- deployment.priorityClassName: Invalid type. Expected: string, given: null
```
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 60b04fe commit fd2fda0
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments