Add support for additional images (#1003)
Signed-off-by: Daniel Valdivia <18384552+dvaldivia@users.noreply.github.com>
This commit is contained in:
@@ -2058,6 +2058,9 @@ func init() {
|
||||
"postgres_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"postgres_init_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"storageClass": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
@@ -2611,10 +2614,16 @@ func init() {
|
||||
"image": {
|
||||
"type": "string"
|
||||
},
|
||||
"init_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"securityContext": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/securityContext"
|
||||
},
|
||||
"sidecar_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"storageClass": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
@@ -5755,6 +5764,9 @@ func init() {
|
||||
"postgres_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"postgres_init_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"storageClass": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
@@ -6173,10 +6185,16 @@ func init() {
|
||||
"image": {
|
||||
"type": "string"
|
||||
},
|
||||
"init_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"securityContext": {
|
||||
"type": "object",
|
||||
"$ref": "#/definitions/securityContext"
|
||||
},
|
||||
"sidecar_image": {
|
||||
"type": "string"
|
||||
},
|
||||
"storageClass": {
|
||||
"type": "string",
|
||||
"default": ""
|
||||
|
||||
Reference in New Issue
Block a user