sixfeetup / scaf

scaf provides developers and DevOps engineers with a complete blueprint for a new project using Kubernetes
BSD 3-Clause "New" or "Revised" License
36 stars 7 forks source link

k8s/base kustomization.yaml broken if celery included #218

Closed rochecompaan closed 2 months ago

rochecompaan commented 2 months ago

The k8s/base/kustomization.yaml renders incorrectly if celery is added to the project:

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization

resources:- ./celery.yaml    <<<< should be on a new line
- ./app.configmap.yaml
- ./django.yaml
- ./react.yaml
- ./redis.yaml
rochecompaan commented 1 week ago

:tada: This issue has been resolved in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: