Skip to content
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

Open
mmueller90 opened this issue Aug 7, 2020 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@mmueller90
Copy link
Contributor

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

@mmueller90 mmueller90 added the enhancement New feature or request label Aug 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant