AAF Services non root, all platforms
[aaf/authz.git] / auth / helm / aaf-hello / templates / aaf-hello.yaml
index 7bf35cd..37127c7 100644 (file)
@@ -57,10 +57,10 @@ spec:
             claimName: aaf-hello-pvc
       initContainers:
         - name: aaf-hello-config
-          image: "{{ .Values.image.repository }}{{ .Values.service.initImage }}"
+          image: "{{ .Values.image.repository }}{{ .Values.service.agentImage }}"
           imagePullPolicy: IfNotPresent
           volumeMounts:
-            - mountPath: "/opt/app/osaaf"
+            - mountPath: "/opt/app/osaaf/local"
               name: aaf-hello-vol
           command: ["bash","-c","exec /opt/app/aaf_config/bin/agent.sh"]
           env:
@@ -94,7 +94,7 @@ spec:
         imagePullPolicy: IfNotPresent
         command: ["bash","-c","cd /opt/app/aaf && if [ ! -d /opt/app/osaaf/etc ]; then cp -Rf etc logs /opt/app/osaaf; fi && exec bin/hello"]
         volumeMounts:
-        -  mountPath: "/opt/app/osaaf"
+        -  mountPath: "/opt/app/osaaf/local"
            name: aaf-hello-vol
         ports:
         -  name: aaf-hello