X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fotf.git;a=blobdiff_plain;f=otf-camunda%2Fhelm%2FforceDelete.sh;fp=otf-camunda%2Fhelm%2FforceDelete.sh;h=541c39d74046cef04b689e83ff4edb98a711d863;hp=93479390e699ef9773daa2e60c44d7c47b9982a4;hb=21c549fb35244f9078cf824908c7c312f2e89f06;hpb=7723a03d56c434459a639e7c85b9225892127640 diff --git a/otf-camunda/helm/forceDelete.sh b/otf-camunda/helm/forceDelete.sh index 9347939..541c39d 100644 --- a/otf-camunda/helm/forceDelete.sh +++ b/otf-camunda/helm/forceDelete.sh @@ -1,4 +1,20 @@ #/bin/bash +# Copyright (c) 2019 AT&T Intellectual Property. # +# # +# 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. # +################################################################################ + + podName=$1 echo $podName podInfo=$(kubectl get pods -l app=$1 -o custom-columns=:metadata.name)