oracle-cne / ocne

The Oracle Cloud Native Environment CLI
Universal Permissive License v1.0
1 stars 0 forks source link

Add option to "ocne app update" to reset the overrides to the ones built into the chart #17

Closed mgianatagh closed 4 weeks ago

mgianatagh commented 1 month ago

Added a --reset-values option to ocne application update as per the description in the linked task. This new option is analogous to the underlying helm option with the same name.

Added a new bats test to verify this change.