Skip to content

Conversation

@ishanarya0
Copy link
Member

@ishanarya0 ishanarya0 commented Mar 15, 2022

Scope:

  • create helm provider
  • create provider credential framework to pass k8s credentials to helm provider.

@ishanarya0
Copy link
Member Author

Upgraded golang to version 1.17 to address https://github.com/kubernetes-sigs/json/issues/8

@ishanarya0 ishanarya0 requested a review from rohilsurana March 15, 2022 10:28
func (p *Provider) create(config *releaseConfig) (*Release, error) {
actionConfig, err := p.getActionConfiguration(config.Namespace)
if err != nil {
return nil, err
Copy link
Member

Choose a reason for hiding this comment

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

Let's wrap these errors into our own error. It will make it easier to handle errors where we use this methods.

@ishanarya0 ishanarya0 requested a review from rohilsurana March 21, 2022 08:18
}, chartName, nil
}

func resolveChartName(repository, name string) (string, string, error) {
Copy link
Member

Choose a reason for hiding this comment

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

we can get rid of return value error as it is always nil.

@ishanarya0
Copy link
Member Author

Merge conflicts resolved @rohilsurana

@rohilsurana rohilsurana merged commit cb8d28b into main Mar 25, 2022
@rohilsurana rohilsurana deleted the helm-provider branch March 25, 2022 09:35
Meghajit pushed a commit to Meghajit/entropy that referenced this pull request May 4, 2023
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.

[Module][Firehose] Create base module to deploy firehose using helm provider

3 participants