Allow isolated paths as hostPath volume @ k8s/ocp/container groups

This commit is contained in:
Marcelo Moreira de Mello
2022-01-24 15:44:43 -05:00
parent eb52095670
commit 5e8107621e
7 changed files with 75 additions and 1 deletions

View File

@@ -1001,3 +1001,6 @@ DEFAULT_CONTROL_PLANE_QUEUE_NAME = 'controlplane'
# For example, to disable SELinux in containers for podman
# DEFAULT_CONTAINER_RUN_OPTIONS = ['--security-opt', 'label=disable']
DEFAULT_CONTAINER_RUN_OPTIONS = ['--network', 'slirp4netns:enable_ipv6=true']
# Mount exposed paths as hostPath resource in k8s/ocp
AWX_MOUNT_ISOLATED_PATHS_ON_K8S = False