Skip to content

Commit

Permalink
Move files
Browse files Browse the repository at this point in the history
  • Loading branch information
nak3 committed Mar 30, 2022
1 parent b68b56b commit 0410c76
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/e2e-common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -354,9 +354,9 @@ function install() {
fi

if (( ENABLE_TLS )); then
kubectl patch deploy -n ${SYSTEM_NAMESPACE} activator --patch "$(cat ${REPO_ROOT_DIR}/test/config/tls/volume-patch.yaml)"
kubectl patch service -n ${SYSTEM_NAMESPACE} activator-service --patch "$(cat ${REPO_ROOT_DIR}/test/config/tls/service-patch.yaml)"
kubectl apply -n ${SYSTEM_NAMESPACE} ${REPO_ROOT_DIR}/test/config/tls/config-network.yaml
kubectl patch deploy -n ${SYSTEM_NAMESPACE} activator --patch "$(cat ${REPO_ROOT_DIR}/config/tls/volume-patch.yaml)"
kubectl patch service -n ${SYSTEM_NAMESPACE} activator-service --patch "$(cat ${REPO_ROOT_DIR}/config/tls/service-patch.yaml)"
kubectl apply -n ${SYSTEM_NAMESPACE} ${REPO_ROOT_DIR}/test/tls/config-network.yaml
fi

}
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 0410c76

Please sign in to comment.