Steevo Wiki

You are here: Home » kubernetes » helm

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
kubernetes:helm [2022/05/29 09:07]
admin
kubernetes:helm [2024/01/26 17:33] (current)
Line 1: Line 1:
-====== Useful Helm commands ======+====== Helm commands ======
  
 === helm template === === helm template ===
Line 11: Line 11:
 <code> <code>
 helm template cortex --namespace=cortex --dependency-update -f values_custom.yaml --output-dir './yamls' './' helm template cortex --namespace=cortex --dependency-update -f values_custom.yaml --output-dir './yamls' './'
-</code> 
- 
- 
-<code> 
-helm template external-secrets external-secrets/external-secrets -n external-secrets -f values_custom.yaml --output-dir './yamls' 
 </code> </code>