main docs

This commit is contained in:
Artur Akmalov
2023-05-21 18:42:04 +05:00
parent bce85fd52d
commit 2fd3066f69
26 changed files with 231 additions and 43 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"label": "Helm",
"position": 5,
"link": {
"type": "generated-index",
"description": "Helm commands docs blog"
}
}
+20
View File
@@ -0,0 +1,20 @@
---
sidebar_position: 2
---
# Rollback
История версий (список)
```
helm history podname -n default
```
Откат на выбранную ревизию
```
helm rollback <release> <revision> -n <namespace>
```
```
helm rollback podname -n default
```