Commit 0163299a authored by Andres Anaya Amariels's avatar Andres Anaya Amariels 🚀
Browse files

volume

parent c8e10f2e
Loading
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -103,13 +103,13 @@ autoscaling:
volumes:
 - name: ocf-helper-configmap
   items:
    - key: config.yaml
      path: config.yaml
    - key: "config.yaml"
      path: "config.yaml"

# Additional volumeMounts on the output Deployment definition.
volumeMounts:
 - name: ocf-helper-configmap
   mountPath: "/usr/src/app/config.yaml"
   mountPath: /usr/src/app/config.yaml
   subPath: config.yaml

nodeSelector: {}