kustomize-github-action
kustomize-github-action copied to clipboard
:european_castle: Github action for kustomize
**Describe the bug** As of v1.3.0, it looks like the API throttling issue has gone the opposite direction. Where before the action would fail, it now runs forever. **To Reproduce**...
**Describe the bug** Since the github runner was upgraded to v2.306.0, our kustomize-github-action fails with invalid format for the kustomize_build_output. This could be linked to the merging of following PR...
**Describe the bug** Why does this GitHub Action pull a Docker image before any actual defined steps in the workflow? Its doing a pre-step of `Build karancode/kustomize-github-action@master` before my defined...
**Describe the bug** Failed to pull down http resources that are defined in the kustomization.yaml spec **To Reproduce** Create a Kustomization.yaml spec with the below definition: ```yaml --- apiVersion: kustomize.config.k8s.io/v1beta1...
**Describe the bug** Kustomize 4 has renamed the flag `--enable_alpha_plugins` to `--enable-alpha-plugins` meaning this action fails with Kustomize 4+ https://github.com/kubernetes-sigs/kustomize/commit/6cf48442df1315a5269fc2267cebe7a0c6475edf **To Reproduce** Use Kustomize 4.1.3 for instance: **Expected behavior** Both...
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context**
We should an some example kubernetes yaml files with kustomization.yaml and write a workflow to use the action in order to test if any changes are working correctly or not.
Adding an option, let's say ` kustomize_plugins : ` which will download the plugin specified. This can default to empty i.e. no plugins will be downloaded.
As there are many changes happening with the first release of this action, I am really wanting to have a `Changelog`!