Skip to content

Commit

Permalink
fix order of args issue with preparing helm and adding new repos
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Jan 9, 2024
1 parent d1b4c16 commit 97e37fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smol_k8s_lab/k8s_apps/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def setup_base_apps(k8s_obj: K8s,
cilium_enabled = cilium_dict['enabled']
ingress_nginx_enabled = ingress_dict["enabled"]
# make sure helm is installed and the repos are up to date
prepare_helm(k8s_distro, metallb_enabled, cilium_enabled, argo_enabled,
prepare_helm(k8s_distro, argo_enabled, metallb_enabled, cilium_enabled,
argo_secrets_plugin_enabled)

# needed for network policy editor and hubble UI
Expand Down

0 comments on commit 97e37fc

Please sign in to comment.