Skip to content

Commit

Permalink
default to current project in image stream
Browse files Browse the repository at this point in the history
  • Loading branch information
debsmita1 committed Jan 28, 2020
1 parent ef3fff5 commit 9f0e157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const DeployImage: React.FC<Props> = ({
imageStream: {
image: '',
tag: '',
namespace: '',
namespace: namespace || '',
grantAccess: true,
},
isi: {
Expand Down

0 comments on commit 9f0e157

Please sign in to comment.