cloudposse / cloudposse/charts
{{ requiredEnv "RELEASE_NAME" }} used in the file values.example.yaml in monochart
- Dominant language
- Mustache
- Stars
- 160
- Forks
- 62
- PR merge metrics
- No merged PRs in 30d
Description
`{{ requiredEnv "RELEASE_NAME" }}` used in the file values.example.yam in monochartl, but I think this is typically a Helmfile-thing and can't be used in a Helm values file.
```
[...]
affinity:
# use of simple rule
affinityRule: "ShouldBeOnDifferentNode"
# use custom affinity rule. Here app MUST be on different host then postgres instance for it
podAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
- labelSelector:
matchExpressions:
- key: app
operator: In
values:
- postgresql
- key: release
operator: In
values:
- "{{ requiredEnv "RELEASE_NAME" }}-postgresql"
topologyKey: "kubernetes.io/hostname"
```
Contributor guide
Assessment
This issue has not been assessed yet.