Is it possible to execute custom scripts (e.g. shell script) along with Kube manifests deployment #5052
Replies: 2 comments 3 replies
-
You might want to have a look at custom config management plugins. Be aware that you might have to build a custom Docker image containing all your required scripts, as described here. Also, when using a custom config management plugin, Kustomize will not be run automatically. So you would have to explicitly render out your manifests with Kustomize within your plugin. This in turn would disable some of the built-in Kustomize features, such as setting images or other properties from within the CLI or UI. |
Beta Was this translation helpful? Give feedback.
-
3 years later and no response to this? |
Beta Was this translation helpful? Give feedback.
-
How to run custom scripts (e.g. grrovy or shell script) using ArgoCD. Currently we use Jenkins and use JenkinsFile to run groovy commands and few shell scripts before running Kustomize to deploy. Kindly respond thanks!
Beta Was this translation helpful? Give feedback.
All reactions