File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 2020 AZURE_OPENAI_API_KEY : ' {{ .AZURE_OPENAI_API_KEY | default "" }}'
2121 AZURE_OPENAI_ENDPOINT : ' {{ .AZURE_OPENAI_ENDPOINT | default "" }}'
2222
23- HELM_NAMESPACE : ' {{ .HELM_NAMESPACE | default "default" }}'
24-
23+ HELM_NAMESPACE : ' {{ .HELM_NAMESPACE | default "default" }}'
2524
2625tasks :
27- default :
28- cmds :
29- - task -l
30-
3126 kind:create :
3227 desc : Create kind cluster
3328 cmds :
8277 deps :
8378 - kind:load-images:directory
8479 vars :
85- REGCRED_CREATE : ' {{ .REGCRED_CREATE | default "false" }}'
80+ REGCRED_CREATE : ' {{ .REGCRED_CREATE | default "false" }}'
8681 cmds :
8782 - |
8883 helm dependency build ./agntcy-dir/components/helm
@@ -197,4 +192,4 @@ tasks:
197192 version :
198193 desc : Get version
199194 cmds :
200- - git describe --tags --match "v*" | cut -c 2-
195+ - git describe --tags --match "v*" | cut -c 2-
You can’t perform that action at this time.
0 commit comments