File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ oci db autonomous-database create --compartment-id $MSDATAWORKSHOP_COMPARTMENT_I
4040echo create inventory PDB...
4141oci db autonomous-database create --compartment-id $MSDATAWORKSHOP_COMPARTMENT_ID --cpu-core-count 1 --data-storage-size-in-tbs 1 --db-name INVENTORYDB --display-name INVENTORYDB --from-json file://pw | jq --raw-output ' .data | .["id"] ' > $WORKINGDIR /msdataworkshopinventorydbid.txt
4242rm pw
43+
44+ echo create msdataworkshop namespace
45+ kubectl create namespace msdataworkshop
46+
4347echo create frontendadmin auth secret...
4448AUTHPASSWORD=` oci secrets secret-bundle get --secret-id $2 --query " data.\" secret-bundle-content\" .content" --raw-output`
4549kubectl create -n msdataworkshop -f - << !
You can’t perform that action at this time.
0 commit comments