Skip to content

Add helm plugins#433

Merged
jmatsushita merged 2 commits intodevelopfrom
nix_helm_rke
Mar 4, 2021
Merged

Add helm plugins#433
jmatsushita merged 2 commits intodevelopfrom
nix_helm_rke

Conversation

@jmatsushita
Copy link
Copy Markdown
Contributor

With NixOS/nixpkgs#106901 merged, install needed helm plugins with nix, and also throwing rke in here, as I work on https://wearezeta.atlassian.net/browse/SQPIT-62

@jmatsushita jmatsushita requested a review from arianvp March 4, 2021 09:49
@jmatsushita jmatsushita changed the title Add helm plugins and rke Add helm plugins Mar 4, 2021
@jmatsushita
Copy link
Copy Markdown
Contributor Author

Removed rke client as it's not needed with rke2

@jmatsushita jmatsushita merged commit 308165f into develop Mar 4, 2021
@jmatsushita jmatsushita deleted the nix_helm_rke branch March 4, 2021 13:11
};

helmWithPlugins = pkgs.wrapHelm pkgs.kubernetes-helm {
plugins = with pkgs.kubernetes-helmPlugins; [ helm-s3 helm-secrets helm-diff ];
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.

This feels a bit redundant with the helm plugin stuff in cailleach. Can we agree where to put this? ;-)

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.

3 participants