X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fics%2Fpv.yaml;h=c98fca885b31dc67a001e559ca0b5d9f2d09bf01;hb=844931b62f35ce6ee2d9dc7274573fc54e14407a;hp=3e9e2859c733d2a3f74d9851cf1d82500b352075;hpb=007b64509101d8e3ef881955adee2ad15d062213;p=nonrtric.git diff --git a/test/simulator-group/ics/pv.yaml b/test/simulator-group/ics/pv.yaml index 3e9e2859..c98fca88 100644 --- a/test/simulator-group/ics/pv.yaml +++ b/test/simulator-group/ics/pv.yaml @@ -2,6 +2,8 @@ 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 +15,4 @@ spec: - ReadWriteOnce persistentVolumeReclaimPolicy: Delete hostPath: - path: "/tmp/$ICS_PV_PATH" + path: "$HOST_PATH_BASE_DIR/$ICS_PV_PATH"