Skip to content

Commit

Permalink
Remove --atomic parameter from readme
Browse files Browse the repository at this point in the history
It was causing more confusion for clients when the deployment got stuck somewhere.
  • Loading branch information
mjasion committed Feb 13, 2024
1 parent ccd2e91 commit a8b95ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ $ tar zxvf studio-0.7.0.tgz
Finally, we'll execute the upgrade:

```cli
$ helm upgrade --atomic studio studio --namespace studio --values values.yaml
$ helm upgrade studio studio --namespace studio --values values.yaml
```

<admon type="info">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ $ helm repo update
3. Upgrade DVC Studio to the latest version

```cli
$ helm upgrade --atomic studio iterative/studio --namespace studio --values values.yaml
$ helm upgrade studio iterative/studio --namespace studio --values values.yaml
```

<admon type="info">
Expand Down

1 comment on commit a8b95ed

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Link Check Report

There were no links to check!

Please sign in to comment.