Skip to content

Commit

Permalink
Merge pull request #2428 from spiffxp/fix-slack-infra-deploy
Browse files Browse the repository at this point in the history
apps/slack-infra: fix deploy.sh
  • Loading branch information
k8s-ci-robot authored Jul 30, 2021
2 parents df8105a + 04a315b commit b31591b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/slack-infra/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ if ! kubectl config get-contexts "${context}" >/dev/null 2>&1; then
fi

# Deploy kubernetes resources (excluding secrets)
pushd "${SCRIPT_ROOT}"

#
# These can be deployed by members of [email protected]
kubectl --context="${context}" apply -n "${namespace}" -Rf resources/
Expand Down

0 comments on commit b31591b

Please sign in to comment.