Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix issue regarding volume added in #710 #750

Merged
merged 1 commit into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading