Cristiano do Nascimento
Posted on July 9, 2024
Instalando um chart
helm install -f myvalues.yaml {release-name} {chart-name}
Listando o histório de deploys da release
helm history {release-name} --namespace {namespace}
Executando o rollback
helm rollback {release-name} {revision} --namespace {namespace}
Referência:
Helm | Docs
💖 💪 🙅 🚩
Cristiano do Nascimento
Posted on July 9, 2024
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.
Related
webdev Resolving Client Secret Expiry Issues in Microsoft Graph Data Connect for SharePoint
November 27, 2024
webdev Enhancing Security Operations: Microsoft Sentinel's Unified Workbook Integration
November 27, 2024