This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Description
AS a feature, I want to include a job during a deployment including multiple projects / jobs
Example:
`---
api_version: v1.0
kind: Project
metadata:
name: {{ .project_name }}
includes:
- file: project.yaml
- file: job.yaml
namespaces:
- name: {{ .project_name }}`
where project.yaml is of kind "Project" and job.yaml is of kind "Job". Currently when doing this, you'll get an error