Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iPPIDB
ippidb-web
Commits
180352eb
Commit
180352eb
authored
Jun 15, 2022
by
Bryan BRANCOTTE
Browse files
typo, and update comment
parent
ea5b49eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
180352eb
...
...
@@ -39,9 +39,9 @@ date
kubectl config use-context ippidb-dev
POD
=
$(
kubectl get po
-lapplication
=
spilo,cluster-name
=
$(
git branch
--show
)
-
zolando-
postgresql
--output
jsonpath
=
'{.items[0].metadata.name}'
)
;
echo
$POD
POD
=
$(
kubectl get po
-lapplication
=
spilo,cluster-name
=
$(
git branch
--show
)
-postgresql
--output
jsonpath
=
'{.items[0].metadata.name}'
)
;
echo
$POD
date
#
26
minutes
#
5
minutes
gzip
-d
-c
ippisite/db-django-4.0.sql.gz | kubectl
exec
--stdin
--tty
$POD
--
psql
date
```
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment