Loading helm/capif/charts/helper/values.yaml +9 −9 Original line number Diff line number Diff line Loading @@ -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: {} Loading Loading
helm/capif/charts/helper/values.yaml +9 −9 Original line number Diff line number Diff line Loading @@ -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: {} Loading