Skip to content

Commit

Permalink
docs updated
Browse files Browse the repository at this point in the history
  • Loading branch information
omidraha committed Sep 14, 2023
1 parent ce5fb22 commit d1ced32
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/kubernetes/helm.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,12 @@ Install and search a char on the repo
helm upgrade --install aws-ebs-csi-driver --namespace kube-system aws-ebs-csi-driver/aws-ebs-csi-driver
https://github.com/kubernetes-sigs/aws-ebs-csi-driver/blob/master/docs/install.md


List all installed helm
-----------------------

.. code-block:: bash
helm ls --all-namespaces
helm ls -A

0 comments on commit d1ced32

Please sign in to comment.