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

Update volume and volumeMount names in celery-beat chart to 'celery-beat'

parent d53491a2
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,12 +56,12 @@ A Helm chart for Kubernetes of celery-beat
| serviceAccount.name | string | `""` |  |
| tolerations | list | `[]` |  |
| volumeMounts[0].mountPath | string | `"/usr/src/app/config.yaml"` |  |
| volumeMounts[0].name | string | `"capif-invocation-config"` |  |
| volumeMounts[0].name | string | `"celery-beat"` |  |
| volumeMounts[0].subPath | string | `"config.yaml"` |  |
| volumes[0].configMap.items[0].key | string | `"config.yaml"` |  |
| volumes[0].configMap.items[0].path | string | `"config.yaml"` |  |
| volumes[0].configMap.name | string | `"celery-beat-configmap"` |  |
| volumes[0].name | string | `"capif-invocation-config"` |  |
| volumes[0].name | string | `"celery-beat"` |  |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
+2 −2
Original line number Diff line number Diff line
@@ -93,7 +93,7 @@ autoscaling:

# Additional volumes on the output Deployment definition.
volumes:
 - name: capif-invocation-config
 - name: celery-beat
   configMap:
     name: celery-beat-configmap
     items:
@@ -102,7 +102,7 @@ volumes:

# Additional volumeMounts on the output Deployment definition.
volumeMounts:
 - name: capif-invocation-config
 - name: celery-beat
   mountPath: /celery/config.yaml
   subPath: config.yaml