Files
deprecated-helm-charts/stable
Torsten Walter adbda2ca6a allow templating of volumes (#12734)
Rendering the volumes using the tpl function allows templating within values.yaml

If one for example renders a secret or config-map within a chart which has this chart
declared as dependency in its `requirements.yaml` then one could inject the rendered
secret like this:

```
Persistence:
  volumes:
  - name: jenkins-secrets
    secret:
      secretName: '{{ template "jenkins.fullname" . }}-casc-secrets'
  mounts:
  - mountPath: /run/secrets/casc
    name: jenkins-secrets
    readOnly: true
```

Signed-off-by: Torsten Walter <mail@torstenwalter.de>
2019-04-02 03:18:46 -07:00
..
2019-03-18 02:27:11 -07:00
2019-03-22 07:40:23 -07:00
2019-01-28 09:20:06 -08:00
2018-11-16 10:25:48 -08:00
2019-02-06 08:03:09 -08:00
2019-03-14 14:51:34 -07:00
2019-04-02 03:18:35 -07:00
2019-02-03 06:42:31 -08:00
2019-02-15 14:16:45 -08:00
2019-03-28 05:37:06 -07:00
2019-03-20 06:19:12 -07:00
2019-03-28 16:31:56 -07:00
2019-03-28 06:22:43 -07:00
2019-03-30 04:39:09 -07:00
2019-03-22 01:40:18 -07:00
2019-03-21 16:20:17 -07:00
2019-03-14 05:34:24 -07:00
2019-02-11 07:11:35 -08:00