File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -81,10 +81,10 @@ installTls() {
81
81
" kubectl -n $CC_NS create secret tls $CC_TLS_K --key '$f2 ' --cert '$f1 '" || return 1
82
82
83
83
runCmd " $TEST " " patching $CC_TLS_A " kubectl patch ingress control-center -n $CC_NS --type=merge --patch \
84
- ' {"spec": {"tls": [{"hosts": ["' $CC_CONTROL ' "],"secretName": "' $CC_TLS_A ' "}]}}'
84
+ " ' " ' {"spec": {"tls": [{"hosts": ["' $CC_CONTROL ' "],"secretName": "' $CC_TLS_A ' "}]}}' " ' "
85
85
86
86
runCmd " $TEST " " patching $CC_TLS_AK " kubectl patch ingress control-center -n $CC_NS --type=merge --patch \
87
- ' {"spec": {"tls": [{"hosts": ["' $CC_AUTH ' "],"secretName": "' $CC_TLS_K ' "}]}}'
87
+ " ' " ' {"spec": {"tls": [{"hosts": ["' $CC_AUTH ' "],"secretName": "' $CC_TLS_K ' "}]}}' " ' "
88
88
89
89
cat $f2 $f2 > /tmp/$CC_DOMAIN .pem
90
90
rm -f $f1 $f2
You can’t perform that action at this time.
0 commit comments