
This postgresql utility container will help the operation user to perform the operations on postgresql server in the K8s Cluster. Change-Id: Ib6dc67f88e32b047531d0d07e5667ec7da73eb0f
20 lines
639 B
Smarty
20 lines
639 B
Smarty
#!/bin/sh
|
|
{{/*
|
|
Copyright 2019 The Openstack-Helm Authors.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/}}
|
|
set -ex
|
|
sudo ./tmp/start.sh
|
|
tail -f /var/log/syslog
|