Skip to content

Commit f08eb5f

Browse files
authored
fix: team-ns builds docker.yaml (#2617)
1 parent 95a98c1 commit f08eb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/team-ns/templates/builds/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ spec:
2828
- name: output
2929
workspace: shared-data
3030
{{- if or (not .externalRepo) .secretName }}
31-
- name: basic-auth
31+
- name: {{ if .externalRepo }}basic-auth{{ else }}ssh-directory{{ end }}
3232
workspace: git-credentials
3333
{{- end }}
3434
params:

0 commit comments

Comments
 (0)