Attempting to deploy Cloudbees-core to an Azure hosted instance of Kubernetes (AKS) in an unattended way (no UI). I'm vaguely familiar with the various options that support Jenkins configuration as code ... groovy and the CJasC plugin.
Looking for some guidance on best approach. My initial thoughts were to use the CJasC plugin as it seems a little more straightforward than groovy but then I run into the Chicken vs Egg situation. I'm not seeing any way to enable auto-install of plugins in the HELM chart or provide a list of plugins.
Before I invest time into rolling my own solution to get Plugins pre-installed via the HELM chart install I thought I'd solicit feedback from the community to see if I'm missing anything that already exists.