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

[FEATURE] support for include jobs using include functionality #59

@mmueller90

Description

@mmueller90

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions