X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fics%2Fpv.yaml;h=f146e935ca04872a677f240f5ec291c22f4dfe06;hb=931e03479a552777755d805972428f8691c5dc1c;hp=3e9e2859c733d2a3f74d9851cf1d82500b352075;hpb=5feecd881172a3b22041d35443c1f946e7d5f63e;p=nonrtric.git diff --git a/test/simulator-group/ics/pv.yaml b/test/simulator-group/ics/pv.yaml index 3e9e2859..f146e935 100644 --- a/test/simulator-group/ics/pv.yaml +++ b/test/simulator-group/ics/pv.yaml @@ -1,7 +1,26 @@ +# ============LICENSE_START======================================================= +# Copyright (C) 2020-2022 Nordix Foundation +# ================================================================================ +# 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. +# +# SPDX-License-Identifier: Apache-2.0 +# ============LICENSE_END========================================================= apiVersion: v1 kind: PersistentVolume metadata: name: $ICS_DATA_PV_NAME + annotations: + pv.beta.kubernetes.io/gid: "999" labels: run: $ICS_APP_NAME autotest: ICS @@ -13,4 +32,4 @@ spec: - ReadWriteOnce persistentVolumeReclaimPolicy: Delete hostPath: - path: "/tmp/$ICS_PV_PATH" + path: "$HOST_PATH_BASE_DIR/$ICS_PV_PATH"