Enable helm usage from kustomize
This commit is contained in:
parent
3cbadee35a
commit
a548a72ebf
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
|
|||
configMapGenerator:
|
||||
- behavior: merge
|
||||
literals:
|
||||
# Enable helm usage from kustomize (see https://github.com/argoproj/argo-cd/issues/2789#issuecomment-960271294)
|
||||
- kustomize.buildOptions="--enable-helm"
|
||||
- |
|
||||
repository.credentials=- passwordSecret:
|
||||
key: git_token
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue