Skip to content

Commit

Permalink
Fixed bashrc source for optional kubectl
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipSchmid committed Aug 8, 2022
1 parent 865ab75 commit eb34f97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
# Add aliases to bashrc
echo 'alias kctx="kubectl-ctx"' >>~/.bashrc
echo 'alias kns="kubectl-ns"' >>~/.bashrc
source ~/.bashrc
```

Sources:
Expand Down Expand Up @@ -1787,4 +1788,4 @@ kubectl get secret -n fleet-app-minio minio -o jsonpath='{.data.secretkey}' | ba
Sources:
- https://github.com/minio/charts
- https://github.com/minio/charts#existing-secret
- https://github.com/rancher/fleet-examples/blob/c6e54d7a56565e52a63de8a2088997b46253c1fb/single-cluster/helm-multi-chart/rancher-monitoring/fleet.yaml#L6
- https://github.com/rancher/fleet-examples/blob/c6e54d7a56565e52a63de8a2088997b46253c1fb/single-cluster/helm-multi-chart/rancher-monitoring/fleet.yaml#L6

0 comments on commit eb34f97

Please sign in to comment.