helm template test grafana/promtail --version 4.2.1 --values test.yaml volumes:
- name: config
secret:| # -- Default volume mounts. Corresponds to `volumes`. | |
| # @default -- See `values.yaml` | |
| defaultVolumeMounts: | |
| - name: run | |
| mountPath: /run/promtail | |
| - name: containers | |
| mountPath: /var/lib/docker/containers | |
| readOnly: true | |
| - name: pods | |
| mountPath: /var/log/pods |
Files for setting up a test for restic assume role
| { | |
| "packageRules": [ | |
| { | |
| "matchDatasources": [ | |
| "go", | |
| "docker" | |
| ], | |
| "groupName": "kubernetes", | |
| "groupSlug": "kubernetes", | |
| "matchPackagePatterns": [ |
| # you can place this in like /etc/distillery.yaml for example | |
| path: /usr/local/share/dist | |
| bin_path: /usr/local/bin | |
| cache_path: /var/cache/dist |