зеркало из https://github.com/Azure/orkestra.git
Fix missplaced curly brace in configmap.yaml tpl (#61)
Fixes #60 Signed-off-by: Nitish Malhotra <nitishm@microsoft.com> Co-authored-by: Nitish Malhotra <nitishm@microsoft.com>
This commit is contained in:
Родитель
23586feea8
Коммит
677405b8ac
|
@ -11,7 +11,7 @@ data:
|
||||||
{{ $repo.name }}:
|
{{ $repo.name }}:
|
||||||
url: {{ $repo.url }}
|
url: {{ $repo.url }}
|
||||||
{{ if $repo.username }}
|
{{ if $repo.username }}
|
||||||
username: { {$repo.username }}
|
username: {{ $repo.username }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ if $repo.password }}
|
{{ if $repo.password }}
|
||||||
password: {{ $repo.password }}
|
password: {{ $repo.password }}
|
||||||
|
|
|
@ -430,9 +430,7 @@ func (a *argo) updateWorkflowTemplates(tpls ...v1alpha12.Template) {
|
||||||
|
|
||||||
func defaultExecutor() v1alpha12.Template {
|
func defaultExecutor() v1alpha12.Template {
|
||||||
return v1alpha12.Template{
|
return v1alpha12.Template{
|
||||||
Name: helmReleaseExecutor,
|
Name: helmReleaseExecutor,
|
||||||
// FIXME (nitishm) : Hack
|
|
||||||
// Replace with the actual service account in use
|
|
||||||
ServiceAccountName: os.Getenv("SERVICE_ACCOUNT_NAME"),
|
ServiceAccountName: os.Getenv("SERVICE_ACCOUNT_NAME"),
|
||||||
Inputs: v1alpha12.Inputs{
|
Inputs: v1alpha12.Inputs{
|
||||||
Parameters: []v1alpha12.Parameter{
|
Parameters: []v1alpha12.Parameter{
|
||||||
|
|
Загрузка…
Ссылка в новой задаче