Skip to content

Commit 8d21786

Browse files
authored
Fix/udash agent/serviceaccount (#36)
* fix(udash-agent): correctly set service account Signed-off-by: Olivier Vernin <olivier@vernin.me> * fix: udash chart formatting issue Signed-off-by: Olivier Vernin <olivier@vernin.me> --------- Signed-off-by: Olivier Vernin <olivier@vernin.me>
1 parent f663572 commit 8d21786

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

charts/udash-agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ description: Udash Agent, is the Updatecli DASHboard agent running Updatecli to
44
icon: https://www.updatecli.io/images/updatecli_transparent.png
55
name: udash-agent
66
type: application
7-
version: 0.17.0
7+
version: 0.17.1

charts/udash-agent/templates/argoworkflow.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ spec:
5252
secretKeyRef:
5353
name: '{{ include "udash.secretName" $ }}'
5454
key: "{{ $env }}"
55-
# {{- end }}
56-
resources: {{ - toYaml $.Values.resources | nindent 14 }}
55+
# {{- end }}
56+
resources:
57+
{{ - toYaml $.Values.resources | nindent 14 }}
5758
args:
5859
- |
5960
cd /workspace
@@ -117,9 +118,9 @@ spec:
117118
arguments:
118119
parameters:
119120
- name: repo-url
120-
value: {{$workflow.url}}
121+
value: '{{ $workflow.url }}'
121122
- name: repo-branch
122-
value: {{$workflow.branch}}
123+
value: '{{ $workflow.branch }}'
123124
- name: updatecli-compose-file
124-
value: {{$workflow.composefile}}
125+
value: '{{ $workflow.composefile }}'
125126
#{{ end }}

0 commit comments

Comments
 (0)