Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Commit

Permalink
feat(v2): helm chart support specify namespace
Browse files Browse the repository at this point in the history
fix(build): fix build workflow need helm
  • Loading branch information
neilkuan committed Jul 16, 2021
1 parent 738bead commit f0102db
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/release.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions .projenrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,6 @@ helm repo add eks https://aws.github.io/eks-charts
helm repo update`,
},
],
releaseWorkflowSetupSteps: [{
name: 'Install Helm',
id: 'install_helm',
run: `curl -fsSL -o get_helm.sh https://raw.githubusercontent.com/helm/helm/master/scripts/get-helm-3
chmod 700 get_helm.sh
./get_helm.sh
helm repo add eks https://aws.github.io/eks-charts
helm repo update`,
}],
});

const common_exclude = ['cdk.out', 'cdk.context.json', 'image', 'yarn-error.log', 'coverage'];
Expand Down

0 comments on commit f0102db

Please sign in to comment.