Adding missing init container fields for Prometheus and Logsearch(Audit) UI (#2116)

Signed-off-by: Lenin Alevski <alevsk.8772@gmail.com>
This commit is contained in:
Lenin Alevski
2022-06-11 20:20:57 -07:00
committed by GitHub
parent 618d95b76e
commit 1dd9f7f363
9 changed files with 65 additions and 23 deletions

View File

@@ -4237,6 +4237,9 @@ func init() {
"dbImage": {
"type": "string"
},
"dbInitImage": {
"type": "string"
},
"dbLabels": {
"type": "array",
"items": {
@@ -9642,6 +9645,9 @@ func init() {
"dbImage": {
"type": "string"
},
"dbInitImage": {
"type": "string"
},
"dbLabels": {
"type": "array",
"items": {