rename helm instances to releases

This commit is contained in:
Bryton Hall 2022-08-15 09:46:23 -04:00
parent 5c5191680e
commit 89e1e70bf0
3 changed files with 8 additions and 8 deletions

View file

@ -80,7 +80,7 @@ in {
'';
};
kubernetes.helm.instances.app-psql = {
kubernetes.helm.releases.app-psql = {
namespace = "some-overridden-by-kubetest";
chart = helm.fetch {
repo = "https://charts.bitnami.com/bitnami";