X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fsimulator-group%2Fmrstub%2Fapp.yaml;h=696af4e894757dfece25d58f97a5f94bfd598d67;hb=7dc96e95bb2354ac4cfd4b2947960437ce20b72e;hp=f29db939cd386261dd3881381a5278605ae0fd04;hpb=f0019c8168b9d59f132ba47e939e8aa3ef324b7d;p=nonrtric.git diff --git a/test/simulator-group/mrstub/app.yaml b/test/simulator-group/mrstub/app.yaml index f29db939..696af4e8 100644 --- a/test/simulator-group/mrstub/app.yaml +++ b/test/simulator-group/mrstub/app.yaml @@ -20,7 +20,7 @@ spec: containers: - name: $MR_STUB_APP_NAME image: $MRSTUB_IMAGE - imagePullPolicy: Never + imagePullPolicy: $KUBE_IMAGE_PULL_POLICY ports: - name: http containerPort: $MR_INTERNAL_PORT @@ -30,4 +30,6 @@ spec: - name: TOPIC_READ value: $TOPIC_READ - name: TOPIC_WRITE - value: $TOPIC_WRITE \ No newline at end of file + value: $TOPIC_WRITE + - name: GENERIC_TOPICS_UPLOAD_BASEURL + value: $GENERIC_TOPICS_UPLOAD_BASEURL \ No newline at end of file