This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Correctly set the backing field for the use-local-k8s parameter
pull/964/head
Maurits van Beusekom
5 years ago
parent
e5ee6d735c
commit
954dd4893a
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
k8s/helm/deploy-all.sh
+ 1
- 1
k8s/helm/deploy-all.sh
View File
@ -102,7 +102,7 @@ while [[ $# -gt 0 ]]; do
-u
|
--docker-username
)
docker_username
=
"
$2
"
;
shift
2
;
;
--use-local-k8s
)
use_local_k8s
=
''
;
shift
;
;
use_local_k8s
=
'
yes
'
;
shift
;
;
*
)
echo
"
Unknown option
$1
"
usage
;
exit
2
;
;
Write
Preview
Loading…
Cancel
Save