Skip to content

Commit

Permalink
Merge pull request #2275 from replicatedhq/laverya/spellcheck
Browse files Browse the repository at this point in the history
minor spelling fixes
  • Loading branch information
laverya committed Oct 28, 2021
2 parents dd319fa + 40d5622 commit 388a485
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/operator/client/deploy.go
Expand Up @@ -66,7 +66,7 @@ func (c *Client) diffAndRemovePreviousManifests(deployArgs operatortypes.DeployA
}

// we need to find the gvk+names that are present in the previous, but not in the current and then remove them
// namespaces that were remoed from YAML and added to additionalNamespaces should not be removed
// namespaces that were removed from YAML and added to additionalNamespaces should not be removed
decodedPreviousStrings := strings.Split(string(decodedPrevious), "\n---\n")

type previousObject struct {
Expand Down
4 changes: 2 additions & 2 deletions pkg/operator/helm.go
Expand Up @@ -22,8 +22,8 @@ func init() {
}

// When saving templated file back into a chart, we need to escape Go templates so second Helm pass would ignore them.
// These are appication templates that maybe used in application config files and Helm should ignore them.
// For example, origianl chart has this:
// These are application templates that maybe used in application config files and Helm should ignore them.
// For example, original chart has this:
// "legendFormat": "{{`{{`}} value {{`}}`}}",
// Rendered chart becomes:
// "legendFormat": "{{ value }}",
Expand Down

0 comments on commit 388a485

Please sign in to comment.