dimberman commented on a change in pull request #3770: [AIRFLOW-3281] Fix
Kubernetes operator with git-sync
URL: https://github.com/apache/incubator-airflow/pull/3770#discussion_r219713160
##########
File path: scripts/ci/kubernetes/kube/deploy.sh
##########
@@ -22,16 +22,130 @@ set -x
IMAGE=${1:-airflow/ci}
TAG=${2:-latest}
DIRNAME=$(cd "$(dirname "$0")"; pwd)
+TEMPLATE_DIRNAME=${DIRNAME}/templates
+BUILD_DIRNAME=${DIRNAME}/build
+
+usage() {
+ cat << EOF
+ usage: $0 options
+ OPTIONS:
+ -d Use PersistentVolume or GitSync for dags_folder. Available options are
"persistent" or "git"
Review comment:
please change to 'persistent_mode' and 'git_mode' so it's easier to get what
the script is oing.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services