Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
Former-commit-id: 51106c9
  • Loading branch information
myidpt committed May 11, 2017
1 parent d7bd2ec commit 19f309e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions updateVersion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,18 +112,14 @@ function merge_files() {
cat $SRC/istio-mixer.yaml >> $ISTIO
cat $SRC/istio-manager.yaml >> $ISTIO
cp $ISTIO $ISTIO_AUTH
cp $ISTIO $ISTIO_AUTH_PER_CLUSTER_CA
cat $SRC/istio-ingress.yaml >> $ISTIO
cat $SRC/istio-egress.yaml >> $ISTIO

sed -i "s/# authPolicy: MUTUAL_TLS/authPolicy: MUTUAL_TLS/" $ISTIO_AUTH
cat $AUTH_SRC/istio-ingress-auth.yaml >> $ISTIO_AUTH
cat $AUTH_SRC/istio-egress-auth.yaml >> $ISTIO_AUTH
cp $ISTIO_AUTH $ISTIO_AUTH_PER_CLUSTER_CA
cat $AUTH_SRC/istio-namespace-ca.yaml >> $ISTIO_AUTH

sed -i "s/# authPolicy: MUTUAL_TLS/authPolicy: MUTUAL_TLS/" $ISTIO_AUTH_PER_CLUSTER_CA
cat $AUTH_SRC/istio-ingress-auth.yaml >> $ISTIO_AUTH_PER_CLUSTER_CA
cat $AUTH_SRC/istio-egress-auth.yaml >> $ISTIO_AUTH_PER_CLUSTER_CA
}

function update_version_file() {
Expand Down

0 comments on commit 19f309e

Please sign in to comment.