Skip to content

Commit

Permalink
codegen-generate
Browse files Browse the repository at this point in the history
Signed-off-by: Kai Reichart <kai@reichart.dev>
  • Loading branch information
KaiReichart committed Jul 31, 2021
2 parents ca03f00 + bcfc112 commit 55d1b87
Show file tree
Hide file tree
Showing 2 changed files with 564 additions and 417 deletions.
144 changes: 144 additions & 0 deletions manifests/core-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,30 @@ spec:
helm:
description: Helm holds helm specific options
properties:
externalValueFiles:
description: ValuesFilesExternalValueFiles is a list of
Helm value files to use when generating a template that
come from an external git repo
items:
description: HelmExternalValue are values from other
git repositories
properties:
repoURL:
description: RepoURL is the URL of the external
git repo
type: string
targetRevision:
description: TargetRevision is the revision of the
git repo
type: string
valueFiles:
description: FileParameters are file parameters
to the helm template
items:
type: string
type: array
type: object
type: array
fileParameters:
description: FileParameters are file parameters to the
helm template
Expand Down Expand Up @@ -571,6 +595,30 @@ spec:
helm:
description: Helm holds helm specific options
properties:
externalValueFiles:
description: ValuesFilesExternalValueFiles is a list of Helm
value files to use when generating a template that come
from an external git repo
items:
description: HelmExternalValue are values from other git
repositories
properties:
repoURL:
description: RepoURL is the URL of the external git
repo
type: string
targetRevision:
description: TargetRevision is the revision of the git
repo
type: string
valueFiles:
description: FileParameters are file parameters to the
helm template
items:
type: string
type: array
type: object
type: array
fileParameters:
description: FileParameters are file parameters to the helm
template
Expand Down Expand Up @@ -935,6 +983,30 @@ spec:
helm:
description: Helm holds helm specific options
properties:
externalValueFiles:
description: ValuesFilesExternalValueFiles is a list
of Helm value files to use when generating a template
that come from an external git repo
items:
description: HelmExternalValue are values from other
git repositories
properties:
repoURL:
description: RepoURL is the URL of the external
git repo
type: string
targetRevision:
description: TargetRevision is the revision of
the git repo
type: string
valueFiles:
description: FileParameters are file parameters
to the helm template
items:
type: string
type: array
type: object
type: array
fileParameters:
description: FileParameters are file parameters to the
helm template
Expand Down Expand Up @@ -1312,6 +1384,30 @@ spec:
helm:
description: Helm holds helm specific options
properties:
externalValueFiles:
description: ValuesFilesExternalValueFiles is
a list of Helm value files to use when generating
a template that come from an external git repo
items:
description: HelmExternalValue are values from
other git repositories
properties:
repoURL:
description: RepoURL is the URL of the external
git repo
type: string
targetRevision:
description: TargetRevision is the revision
of the git repo
type: string
valueFiles:
description: FileParameters are file parameters
to the helm template
items:
type: string
type: array
type: object
type: array
fileParameters:
description: FileParameters are file parameters
to the helm template
Expand Down Expand Up @@ -1674,6 +1770,30 @@ spec:
helm:
description: Helm holds helm specific options
properties:
externalValueFiles:
description: ValuesFilesExternalValueFiles is a list
of Helm value files to use when generating a template
that come from an external git repo
items:
description: HelmExternalValue are values from other
git repositories
properties:
repoURL:
description: RepoURL is the URL of the external
git repo
type: string
targetRevision:
description: TargetRevision is the revision
of the git repo
type: string
valueFiles:
description: FileParameters are file parameters
to the helm template
items:
type: string
type: array
type: object
type: array
fileParameters:
description: FileParameters are file parameters to
the helm template
Expand Down Expand Up @@ -2021,6 +2141,30 @@ spec:
helm:
description: Helm holds helm specific options
properties:
externalValueFiles:
description: ValuesFilesExternalValueFiles is a list
of Helm value files to use when generating a template
that come from an external git repo
items:
description: HelmExternalValue are values from other
git repositories
properties:
repoURL:
description: RepoURL is the URL of the external
git repo
type: string
targetRevision:
description: TargetRevision is the revision
of the git repo
type: string
valueFiles:
description: FileParameters are file parameters
to the helm template
items:
type: string
type: array
type: object
type: array
fileParameters:
description: FileParameters are file parameters to
the helm template
Expand Down
Loading

0 comments on commit 55d1b87

Please sign in to comment.