Skip to content

Commit

Permalink
feat: add dependency for composition page (#25)
Browse files Browse the repository at this point in the history
* feat: add dependency for composition page

* feat: add dependency for composition page
  • Loading branch information
braghettos authored Jan 12, 2025
1 parent 18e3ce7 commit 5d76503
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions customform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
color: ${ .getCompositionDefinition.status.conditions[] | select(.type == "Ready") | if .status == "False" then "orange" elif .status == "True" then "green" else "grey" end }
content: This is a card for MLFlow model scaffolding
icon: fa-cubes
tags: mlflow-system,0.0.4
tags: mlflow-system,0.0.5
title: MLFlow Model Scaffolding
status: ${ .getCompositionDefinition.status.conditions[] | select(.type == "Ready") | "Ready:" + .status }
date: ${ .getCompositionDefinition.metadata.creationTimestamp }
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
actions:
- template:
id: submit
apiVersion: composition.krateo.io/v0-0-4
apiVersion: composition.krateo.io/v0-0-5
verb: POST
resource: mlflowscaffoldings
payloadToOverride:
Expand All @@ -80,7 +80,7 @@ spec:
value: ${ "mlflow-system" }
app:
template:
schema: ${ .getCRD | .spec.versions[] | select(.name == "v0-0-4") | .schema.openAPIV3Schema.properties.spec.properties }
schema: ${ .getCRD | .spec.versions[] | select(.name == "v0-0-5") | .schema.openAPIV3Schema.properties.spec.properties }
propertiesToHide:
- fullnameOverride
- git.properties.deletionPolicy
Expand Down

0 comments on commit 5d76503

Please sign in to comment.