Skip to content

Commit

Permalink
Fixing minorVersionUpgrade method name
Browse files Browse the repository at this point in the history
  • Loading branch information
Izvunzemen authored Oct 29, 2024
1 parent c1949eb commit 000c487
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Check each specific parameter on the manifest, they are all the same that you ca
- **op:** Is the operation to be executed
- **sgCluster:** The target cluster name to be upgraded
- **minorVersionUpgrade:**
- **method:** InPlace or Reduce impact
- **method:** InPlace or ReducedImpact
- **postgresVersion:** Target postgres version.

Once you apply the manifest you can check the operation status with:
Expand All @@ -93,4 +93,4 @@ You can check the operation log by checking the pods logs:
❯ kubectl logs minor-v-upgrade-g7jf8
```

output ommited for presentation purpose.
output ommited for presentation purpose.

0 comments on commit 000c487

Please sign in to comment.