fix(hedgedoc): Adjust for broken booleans
This patch reworks parts of the helm chart, to always include boolean values with their default instead of using a `with` clause. Since the `with` clause works like an `if`, it would not explicitly decleare a `false` value due to evaluating to false and therefore not being considered for content evaluation.
Showing
- charts/hedgedoc/Chart.yaml 1 addition, 1 deletioncharts/hedgedoc/Chart.yaml
- charts/hedgedoc/README.md 1 addition, 1 deletioncharts/hedgedoc/README.md
- charts/hedgedoc/templates/configmap.yaml 6 additions, 18 deletionscharts/hedgedoc/templates/configmap.yaml
- charts/hedgedoc/templates/secret.yaml 1 addition, 1 deletioncharts/hedgedoc/templates/secret.yaml
- charts/hedgedoc/tests/__snapshot__/98_snapshot_test.yaml.snap 4 additions, 0 deletions...ts/hedgedoc/tests/__snapshot__/98_snapshot_test.yaml.snap
Loading
Please register or sign in to comment