Skip to content

Commit

Permalink
krew_enabled, registry_enabled, helm_enabled dashboard_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
k0k committed Jun 2, 2022
1 parent 07b782a commit ee5eb1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions inventory/excle/group_vars/k8s_cluster/addons.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
# Kubernetes dashboard
# RBAC required. see docs/getting-started.md for access details.
dashboard_enabled: false
dashboard_enabled: true

# Helm deployment
helm_enabled: false
helm_enabled: true

# Registry deployment
registry_enabled: true
Expand Down Expand Up @@ -218,5 +218,5 @@ argocd_enabled: true
# argocd_admin_password: "password"

# The plugin manager for kubectl
krew_enabled: false
krew_enabled: true
krew_root_dir: "/usr/bin/krew"

0 comments on commit ee5eb1f

Please sign in to comment.