-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathargocd-helm-values.yaml
More file actions
22 lines (22 loc) · 951 Bytes
/
Copy pathargocd-helm-values.yaml
File metadata and controls
22 lines (22 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#argocd-helm-values.yaml
configs:
cm:
create: true
url: https://argocd.myhost.net
kustomize.buildOptions: --enable-helm
cmp:
create: true
plugins:
#kustomize-build-with-helm:
# generate:
# command: [ "sh", "-c" ]
# args: [ "kustomize build --enable-helm" ]
kustomized-helm:
init:
command: ["/bin/sh", "-c"]
args: ["helm dependency build || true"]
generate:
command: [ "sh", "-c" ]
#args: ["echo \"$HELM_VALUES\" | helm template . --name-template $ARGOCD_APP_NAME --namespace $ARGOCD_APP_NAMESPACE $HELM_ARGS -f - > all.yaml && kustomize build"]
args: ["helm template . --name-template $ARGOCD_APP_NAME --namespace $ARGOCD_APP_NAMESPACE $HELM_ARGS > all.yaml && kustomize build"]
#args: ["helm template . --release-name $ARGOCD_APP_NAME --namespace $ARGOCD_APP_NAMESPACE $HELM_ARGS > all.yaml && kustomize build"]