Skip to content

Commit

Permalink
command line arguments for node roles, don't allow roles + security
Browse files Browse the repository at this point in the history
  • Loading branch information
arrowplum committed Dec 17, 2024
1 parent 610d70c commit c1bf005
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/full-create-and-install-gke.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKSPACE="$(pwd)"
PROJECT_ID="$(gcloud config get-value project)"
# Prepend the current username to the cluster name
USERNAME=$(whoami)
CHART_VERSION="0.7.1"
CHART_VERSION="0.6.0"
REVERSE_DNS_AVS=""
# Default values
DEFAULT_CLUSTER_NAME_SUFFIX="avs"
Expand Down Expand Up @@ -122,6 +122,7 @@ reset_build() {
# override aerospike-cr.yaml with secure version if run insecure not specified
if [[ "${RUN_INSECURE}" != 1 ]]; then
cp $WORKSPACE/manifests/aerospike-cr-auth.yaml $BUILD_DIR/manifests/aerospike-cr.yaml
cp $WORKSPACE/manifests/avs-values-auth.yaml $BUILD_DIR/manifests/avs-values.yaml
fi
}

Expand Down

0 comments on commit c1bf005

Please sign in to comment.