You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Biggest obstacle implementing this feature is lack of CRD support in terraform provider hashicorp/terraform-provider-kubernetes#215
workaround would be to do stuff with local-exec to run kubectl apply -f config-management-operator.yaml
We should add a new submodule which can be used to install ACM on a cluster.
This would involve:
ConfigManagement
resource in the cluster with these required values filled in:The module inputs should include:
Outputs should include:
The text was updated successfully, but these errors were encountered: