diff --git a/advanced/am-pattern-1/templates/am/wso2am-pattern-1-am-conf-entrypoint.yaml b/advanced/am-pattern-1/templates/am/wso2am-pattern-1-am-conf-entrypoint.yaml index ab43090f..4a41d979 100644 --- a/advanced/am-pattern-1/templates/am/wso2am-pattern-1-am-conf-entrypoint.yaml +++ b/advanced/am-pattern-1/templates/am/wso2am-pattern-1-am-conf-entrypoint.yaml @@ -27,10 +27,6 @@ data: # volume mounts config_volume=${WORKING_DIRECTORY}/wso2-config-volume artifact_volume=${WORKING_DIRECTORY}/wso2-artifact-volume - # home of the directories to be artifact synced within the WSO2 product home - deployment_volume=${WSO2_SERVER_HOME}/repository/deployment/server - # home of the directories with preserved, default deployment artifacts - original_deployment_artifacts=${WORKING_DIRECTORY}/wso2-tmp # check if the WSO2 non-root user home exists test ! -d ${WORKING_DIRECTORY} && echo "WSO2 Docker non-root user home does not exist" && exit 1 diff --git a/advanced/am-pattern-3/templates/am/control-plane/wso2am-pattern-3-am-control-plane-conf-entrypoint.yaml b/advanced/am-pattern-3/templates/am/control-plane/wso2am-pattern-3-am-control-plane-conf-entrypoint.yaml index 623a8cb5..4ea97fb1 100644 --- a/advanced/am-pattern-3/templates/am/control-plane/wso2am-pattern-3-am-control-plane-conf-entrypoint.yaml +++ b/advanced/am-pattern-3/templates/am/control-plane/wso2am-pattern-3-am-control-plane-conf-entrypoint.yaml @@ -27,10 +27,6 @@ data: # volume mounts config_volume=${WORKING_DIRECTORY}/wso2-config-volume artifact_volume=${WORKING_DIRECTORY}/wso2-artifact-volume - # home of the directories to be artifact synced within the WSO2 product home - deployment_volume=${WSO2_SERVER_HOME}/repository/deployment/server - # home of the directories with preserved, default deployment artifacts - original_deployment_artifacts=${WORKING_DIRECTORY}/wso2-tmp # check if the WSO2 non-root user home exists test ! -d ${WORKING_DIRECTORY} && echo "WSO2 Docker non-root user home does not exist" && exit 1 diff --git a/advanced/am-pattern-4/templates/am/control-plane/wso2am-pattern-4-am-control-plane-conf-entrypoint.yaml b/advanced/am-pattern-4/templates/am/control-plane/wso2am-pattern-4-am-control-plane-conf-entrypoint.yaml index 082a9924..abf94b69 100644 --- a/advanced/am-pattern-4/templates/am/control-plane/wso2am-pattern-4-am-control-plane-conf-entrypoint.yaml +++ b/advanced/am-pattern-4/templates/am/control-plane/wso2am-pattern-4-am-control-plane-conf-entrypoint.yaml @@ -27,10 +27,6 @@ data: # volume mounts config_volume=${WORKING_DIRECTORY}/wso2-config-volume artifact_volume=${WORKING_DIRECTORY}/wso2-artifact-volume - # home of the directories to be artifact synced within the WSO2 product home - deployment_volume=${WSO2_SERVER_HOME}/repository/deployment/server - # home of the directories with preserved, default deployment artifacts - original_deployment_artifacts=${WORKING_DIRECTORY}/wso2-tmp # check if the WSO2 non-root user home exists test ! -d ${WORKING_DIRECTORY} && echo "WSO2 Docker non-root user home does not exist" && exit 1 diff --git a/advanced/am-pattern-4/templates/am/traffic-manager/wso2am-pattern-4-am-trafficmanager-conf-entrypoint.yaml b/advanced/am-pattern-4/templates/am/traffic-manager/wso2am-pattern-4-am-trafficmanager-conf-entrypoint.yaml index e758769f..0f855dc0 100644 --- a/advanced/am-pattern-4/templates/am/traffic-manager/wso2am-pattern-4-am-trafficmanager-conf-entrypoint.yaml +++ b/advanced/am-pattern-4/templates/am/traffic-manager/wso2am-pattern-4-am-trafficmanager-conf-entrypoint.yaml @@ -25,10 +25,6 @@ data: # volume mounts config_volume=${WORKING_DIRECTORY}/wso2-config-volume artifact_volume=${WORKING_DIRECTORY}/wso2-artifact-volume - # home of the directories to be artifact synced within the WSO2 product home - deployment_volume=${WSO2_SERVER_HOME}/repository/deployment/server - # home of the directories with preserved, default deployment artifacts - original_deployment_artifacts=${WORKING_DIRECTORY}/wso2-tmp # check if the WSO2 non-root user home exists test ! -d ${WORKING_DIRECTORY} && echo "WSO2 Docker non-root user home does not exist" && exit 1 diff --git a/simple/am-single/templates/am/wso2am-conf-entrypoint.yaml b/simple/am-single/templates/am/wso2am-conf-entrypoint.yaml index 2f7379bd..7179ef52 100644 --- a/simple/am-single/templates/am/wso2am-conf-entrypoint.yaml +++ b/simple/am-single/templates/am/wso2am-conf-entrypoint.yaml @@ -27,10 +27,6 @@ data: # volume mounts config_volume=${WORKING_DIRECTORY}/wso2-config-volume artifact_volume=${WORKING_DIRECTORY}/wso2-artifact-volume - # home of the directories to be artifact synced within the WSO2 product home - deployment_volume=${WSO2_SERVER_HOME}/repository/deployment/server - # home of the directories with preserved, default deployment artifacts - original_deployment_artifacts=${WORKING_DIRECTORY}/wso2-tmp # check if the WSO2 non-root user home exists test ! -d ${WORKING_DIRECTORY} && echo "WSO2 Docker non-root user home does not exist" && exit 1