-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tamal Saha <[email protected]>
- Loading branch information
Showing
89 changed files
with
42,021 additions
and
3,789 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
...ce-metadata/hub/resourceblockdefinitions/helm.toolkit.fluxcd.io/v2beta2/helmreleases.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
apiVersion: meta.k8s.appscode.com/v1alpha1 | ||
kind: ResourceBlockDefinition | ||
metadata: | ||
creationTimestamp: null | ||
name: helm.toolkit.fluxcd.io-v2beta2-helmreleases | ||
spec: | ||
blocks: | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: HelmRepository | ||
query: | ||
raw: |- | ||
query Find($src: String!, $targetGroup: String!, $targetKind: String!) { | ||
find(oid: $src) { | ||
offshoot(group: "source.toolkit.fluxcd.io", kind: "HelmChart") { | ||
refs: source(group: $targetGroup, kind: $targetKind) { | ||
namespace | ||
name | ||
} | ||
} | ||
} | ||
} | ||
type: GraphQL | ||
ref: | ||
group: source.toolkit.fluxcd.io | ||
kind: HelmRepository | ||
- actions: | ||
create: Never | ||
displayMode: List | ||
kind: Connection | ||
name: HelmChart | ||
query: | ||
byLabel: offshoot | ||
type: GraphQL | ||
ref: | ||
group: source.toolkit.fluxcd.io | ||
kind: HelmChart | ||
resource: | ||
group: helm.toolkit.fluxcd.io | ||
kind: HelmRelease | ||
name: helmreleases | ||
scope: Namespaced | ||
version: v2beta2 |
Oops, something went wrong.