NASA-AMMOS / NASA-AMMOS/plandev
Update `docker` naming scheme and `hasura` metadata to be RFC1123 compliant
Open
@skovati is already working on this.
Since Jan 23, 2023.
ci
refactor
- Dominant language
- Java
- Stars
- 128
- Forks
- 33
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 12
Description
Currently, our docker-compose.yml and deployment/hasura/metadata files use '_' as a separator between words, e.g. aerie_merlin. However, Kubernetes requires names to be valid DNS entries, according to RFC1123. This should amount to a simple s/aerie_/aerie-/ in the deployment files, along with validation.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.