Skip to content

Commit

Permalink
CircleCI: Fix Kustomize plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gacko committed Sep 4, 2024
1 parent cea3d2b commit 8b25012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/provider_config.yml
Original file line number Diff line number Diff line change
@@ -42,9 +42,9 @@ jobs:
- run:
name: Kustomize helm chart
command: |
export XDG_CONFIG_HOME=$(pwd)
export KUSTOMIZE_PLUGIN_HOME=$PWD/kustomize/plugin
mkdir -p helm/releases-<<parameters.provider>>/templates
kustomize build --enable_alpha_plugins ./<<parameters.provider>> > helm/releases-<<parameters.provider>>/templates/releases.yaml
kustomize build --enable-alpha-plugins ./<<parameters.provider>> > helm/releases-<<parameters.provider>>/templates/releases.yaml
- persist_to_workspace:
root: .
paths:

0 comments on commit 8b25012

Please sign in to comment.