Skip to content

Commit

Permalink
Add note about comments in the advanced form (#1454)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andres Martinez Gotor authored Jan 16, 2020
1 parent f5a0832 commit fb43290
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ class AdvancedDeploymentForm extends React.Component<IAdvancedDeploymentForm> {
value={this.props.appValues}
className="editor"
/>
<p>
<b>Note:</b> Only comments from the original chart values will be preserved.
</p>
</div>
);
}
Expand Down

0 comments on commit fb43290

Please sign in to comment.