Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 227 Bytes

cheat-sheet.md

File metadata and controls

12 lines (9 loc) · 227 Bytes

flux cheat sheet

# Check flux status
flux check

# Suspend helmrelease
flux suspend helmrelease <helm_release_name> -n <namespace>

# Resume helmrelease
flux resume helmrelease <helm_release_name> -n <namespace>