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

no volumes

parent 0163299a
Loading
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -100,17 +100,17 @@ 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
#   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: {}