Skip to content

Commit

Permalink
Fix issue regarding volume added in argoproj-labs#710 (argoproj-labs#750
Browse files Browse the repository at this point in the history
)

Signed-off-by: Renaud Subiger <renaud@subiger.com>
  • Loading branch information
subigre authored and sribiere-jellysmack committed Aug 13, 2024
1 parent 1470a11 commit 93d58d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,6 @@ spec:
- name: ssh-signing-key
secret:
secretName: ssh-git-creds
optional: true
optional: true
- emptyDir: {}
name: tmp
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -241,8 +241,8 @@ spec:
optional: true
name: ssh-config
- name: ssh-signing-key
optional: true
secret:
optional: true
secretName: ssh-git-creds
- emptyDir: {}
name: tmp

0 comments on commit 93d58d2

Please # to comment.