Skip to content

Commit

Permalink
Added deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispat authored Dec 2, 2019
1 parent f375d20 commit 7d09080
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubectl/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@ set -e
echo "$KUBE_CONFIG_DATA" | base64 --decode > /tmp/config
export KUBECONFIG=/tmp/config

echo "##[warning] This actions has been deprecated in favor of https://github.com/Azure/k8s-actions or the run action. This repo has been archived and will be made private on 12/31/2019"

sh -c "kubectl $*"

0 comments on commit 7d09080

Please sign in to comment.