This message was deleted.
# general
a
This message was deleted.
a
Could the terraform process be:
Deploy k8s cluster -> Install Monitoring chart -> Install cert manager -> Install Rancher
?
k
That could be possible indeed, but I prefer to use Rancher Apps for all charts instead of managing some charts via Helm and others via Rancher Apps
a
End result should be the same
k
True, but when I want to update / reconfigure one of those charts using just a single resource type would be easier 🙂
And agree I can deal with it this way, but was just wondering if I could just use Rancher Apps and not using Helm resources in Terraform
a
Rancher apps is basically just helm
But I guess in this context you're talking about terraform resources?
k
I know, but from a Terraform point of view it are two different resources (using two different providers)
a
Got it, that's fair
k
So as a workaround I can use terraform import and terraform state rm to ‘move’ helm resources to rancher app resources
a
You could supply your own (temporary) secret/cert for Rancher for the initial install, then upgrade the Rancher install afterwards to leverage cert-manager and LE
âž• 1
k
Ah indeed, that could work. Will give that a try. Thank you!