Skip to content

Commit

Permalink
fix: broken kustomization yaml again (closes #218)
Browse files Browse the repository at this point in the history
  • Loading branch information
balavec committed Apr 15, 2024
1 parent 6faafc6 commit 3e85ab6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_slug}}/k8s/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ resources:
- ./django.yaml
- ./react.yaml
- ./redis.yaml
{%- if cookiecutter.use_celery == "y" %}- ./celery.yaml{%- endif %}
{%- if cookiecutter.use_celery == "y" %}
- ./celery.yaml{%- endif %}

0 comments on commit 3e85ab6

Please # to comment.