Using fsGroup and extends propers via InitContainer (NFS)

This commit is contained in:
Marcelo Moreira de Mello
2021-06-17 23:32:52 -04:00
parent 6e59e24c40
commit 24916c6fa1
8 changed files with 151 additions and 60 deletions

View File

@@ -291,6 +291,12 @@ spec:
init_container_image_version:
description: Init container image version to use
type: string
init_container_extra_commands:
description: Extra commands for the init container
type: string
init_container_extra_volume_mounts:
description: Specify volume mounts to be added to the init container
type: string
postgres_image:
description: Registry path to the PostgreSQL container to use
type: string