- 24 Oct, 2020 1 commit
-
-
Petr Drastil authored
* add service account configuration for influxdb deployment * bump chart version
-
- 22 Oct, 2020 1 commit
-
-
Petr Drastil authored
-
- 08 Sep, 2020 1 commit
-
-
jimbob687 authored
``` resources: limits: cpu: 750m memory: 600Mi requests: cpu: 500m memory: 600Mi ``` corrects it to: ``` resources: limits: cpu: 750m memory: 600Mi requests: cpu: 500m memory: 600Mi ``` Assuming your values file is set to: ``` bootstrap: auth: # A secret with keys "username" and "password" is required secretName: mysecret ddldml: configMap: my-ddl-dml-config resources: requests: memory: "600Mi" cpu: "500m" limits: memory: "600Mi" cpu: "750m" ```
-
- 21 Aug, 2020 1 commit
-
-
David McKay authored
* feat: support mounting a ca bundle into the certs directory * feat: support alternative secret for CA * fix: don't strip newline * Changing how images are passed in * Add conditional to override tag as per fede * Update to handle external commands and top level image * Updating changes * Fixed tagging * Adding helper named template to get the image * Template working * chore: version bump * fix: revert values.yaml changes Co-authored-by:
James Nieper <james.nieper@gmail.com>
-
- 23 Jul, 2020 1 commit
-
-
Craig Hobbs authored
* fix: https for data port (#140) * fix: https for data port (#140) * fix(Enterprise): https for data port (#140) fix: https for data port (#140)
-
- 10 Jul, 2020 5 commits
-
-
chobbs authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-
David McKay authored
-