Skip to content

Commit

Permalink
Fix indentation issue regarding volume added in argoproj-labs#710
Browse files Browse the repository at this point in the history
  • Loading branch information
subigre committed Jun 19, 2024
1 parent ae73f74 commit 28d4161
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 28d4161

Please sign in to comment.