Skip to content

Commit

Permalink
Update codespace.bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
den-vasyliev authored Sep 4, 2024
1 parent e8d0a8c commit 2110ae8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions codespace.bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ export TF_VAR_github_org="<GITHUB_ACCOUNT>"
export TF_VAR_github_repository="<GITHUB_REPO>"
export TF_VAR_github_token="<GITHUB_TOKEN>"

# Apply Tofu configuration
# Apply terrafrom configuration
tofu apply

# Create alias for kubectl and command-line autocompletion
# Create alias for k9s, kubectl and command-line autocompletion
alias kk="EDITOR='code --wait' k9s"
alias k=kubectl
source <(kubectl completion zsh)

# Check your <GITHUB_REPO> repo
# Check your <GITHUB_REPO> repo for flux setup
# Check your local Kubernetes cluster
kk

0 comments on commit 2110ae8

Please sign in to comment.