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

volumes

parent 87215cc0
Loading
Loading
Loading
Loading
Loading
+11 −9
Original line number Diff line number Diff line
@@ -100,17 +100,19 @@ autoscaling:
  # targetMemoryUtilizationPercentage: 80

# Additional volumes on the output Deployment definition.
volumes: []
# - name: ocf-helper-configmap
#   items:
#    - key: "config.yaml"
#      path: "config.yaml"
volumes:
 - name: ocf-helper-configmap
   configMap:
    name: ocf-helper-configmap
    items:
    - key: "config.yaml"
      path: "config.yaml"

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

nodeSelector: {}