This repository has been archived by the owner on Dec 12, 2023. It is now read-only.
[FEATURE] support for include jobs using include functionality #59
Labels
enhancement
New feature or request
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:
where project.yaml is of kind "Project" and job.yaml is of kind "Job". Currently when doing this, you'll get an error
The text was updated successfully, but these errors were encountered: