Skip to content

Fix terminology#35

Merged
mumoshu merged 7 commits into
roboll:masterfrom
mumoshu:fix-terminology
Mar 2, 2018
Merged

Fix terminology#35
mumoshu merged 7 commits into
roboll:masterfrom
mumoshu:fix-terminology

Conversation

@mumoshu
Copy link
Copy Markdown
Collaborator

@mumoshu mumoshu commented Feb 27, 2018

In a backward compatible manner, so that (I believe) we could move the discussion made in #25 forward.

Possibly fixes #25

In a backward compatible manner, so that (I believe) we could move the discussion made in roboll#25 forward.

Possibly fixes roboll#25
Comment thread main.go
st, err := state.ReadFromFile(file)
if err != nil && strings.Contains(err.Error(), fmt.Sprintf("open %s:", DefaultHelmfile)) {
var fallbackErr error
st, fallbackErr = state.ReadFromFile(DeprecatedHelmfile)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

when falling back to the deprecated value should we log a message to tell them it's deprecated?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Good point! I believe so.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@mumoshu mumoshu merged commit 0fc74ea into roboll:master Mar 2, 2018
@mumoshu
Copy link
Copy Markdown
Collaborator Author

mumoshu commented Mar 2, 2018

@sstarcher Thanks for reviewing 👍

@mumoshu mumoshu deleted the fix-terminology branch March 2, 2018 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Helm charts and releases: inconsistent terminology?

2 participants