fix: cattle-system namespace
All checks were successful
Build / precommit (pull_request) Successful in 4m58s

- cattle-system namespace is created earlier than helm
- leave namespaces.yaml to manage cattle-system namespace (required
  before installing helm/rancher)
This commit is contained in:
Ben Vincent 2025-09-20 22:35:35 +10:00
parent 4c9204858e
commit dd7b6b73ed

View File

@ -65,7 +65,6 @@ class rke2::helm (
$r_cmd = 'helm install rancher rancher-stable/rancher \
--namespace cattle-system \
--create-namespace \
--set hostname=rancher.main.unkin.net \
--set bootstrapPassword=admin \
--set ingress.tls.source=secret \