This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
helm repo add [name] [url] | |
helm repo update | |
helm repo list | |
helm install [chart-name] [repo-name/chart] | |
helm show chart [repo-name/chart] | |
helm show values ... | |
helm ls -n [some-namespace] | |
helm upgrade [chart-name] [repo-name/chart] | |
# Deployment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disable-BitLockerAutoUnlock -MountPoint "E:" | |
Lock-Bitlocker -MountPoint "E:" |
OlderNewer