We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95a98c1 commit f08eb5fCopy full SHA for f08eb5f
charts/team-ns/templates/builds/docker.yaml
@@ -28,7 +28,7 @@ spec:
28
- name: output
29
workspace: shared-data
30
{{- if or (not .externalRepo) .secretName }}
31
- - name: basic-auth
+ - name: {{ if .externalRepo }}basic-auth{{ else }}ssh-directory{{ end }}
32
workspace: git-credentials
33
{{- end }}
34
params:
0 commit comments