Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojan295 committed Aug 25, 2021
1 parent 9b41d21 commit 68bd7c5
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ spec:
appVersion: "1.0.x" # TODO(ContentDeveloper): Set the supported application version here
additionalInput:
parameters:
typeRef:
path: "cap.type.{{ .Prefix }}.{{ .Name }}-input"
revision: 0.1.0
additional-parameters:
typeRef:
path: "cap.type.{{ .Prefix }}.{{ .Name }}-input"
revision: 0.1.0

outputTypeInstanceRelations:
config:
Expand Down Expand Up @@ -111,7 +112,7 @@ spec:
arguments:
artifacts:
- name: input-parameters
from: "{{"{{"}}steps.fill-parameters.outputs.artifacts.render{{"}}"}}"
from: "{{"{{"}}steps.create-helm-args.outputs.artifacts.render{{"}}"}}"
- name: runner-context
from: "{{"{{"}}workflow.outputs.artifacts.runner-context{{"}}"}}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ spec:
appVersion: "1.0.x" # TODO(ContentDeveloper): Set the supported application version here
additionalInput:
parameters:
typeRef:
path: "cap.type.helm.test-generated-schema-input"
revision: 0.1.0
additional-parameters:
typeRef:
path: "cap.type.helm.test-generated-schema-input"
revision: 0.1.0

outputTypeInstanceRelations:
config:
Expand Down Expand Up @@ -253,7 +254,7 @@ spec:
arguments:
artifacts:
- name: input-parameters
from: "{{steps.fill-parameters.outputs.artifacts.render}}"
from: "{{steps.create-helm-args.outputs.artifacts.render}}"
- name: runner-context
from: "{{workflow.outputs.artifacts.runner-context}}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ spec:
appVersion: "1.0.x" # TODO(ContentDeveloper): Set the supported application version here
additionalInput:
parameters:
typeRef:
path: "cap.type.helm.test-input"
revision: 0.1.0
additional-parameters:
typeRef:
path: "cap.type.helm.test-input"
revision: 0.1.0

outputTypeInstanceRelations:
config:
Expand Down Expand Up @@ -393,7 +394,7 @@ spec:
arguments:
artifacts:
- name: input-parameters
from: "{{steps.fill-parameters.outputs.artifacts.render}}"
from: "{{steps.create-helm-args.outputs.artifacts.render}}"
- name: runner-context
from: "{{workflow.outputs.artifacts.runner-context}}"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ spec:
appVersion: "1.0.x" # TODO(ContentDeveloper): Set the supported application version here
additionalInput:
parameters:
typeRef:
path: "cap.type.terraform.aws.test-input"
revision: 0.1.0
additional-parameters:
typeRef:
path: "cap.type.terraform.aws.test-input"
revision: 0.1.0

outputTypeInstanceRelations:
config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ spec:
appVersion: "1.0.x" # TODO(ContentDeveloper): Set the supported application version here
additionalInput:
parameters:
typeRef:
path: "cap.type.terraform.gcp.test-input"
revision: 0.1.0
additional-parameters:
typeRef:
path: "cap.type.terraform.gcp.test-input"
revision: 0.1.0

outputTypeInstanceRelations:
config:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ spec:
appVersion: "1.0.x" # TODO(ContentDeveloper): Set the supported application version here
additionalInput:
parameters:
typeRef:
path: "cap.type.terraform.generic.test-input"
revision: 0.1.0
additional-parameters:
typeRef:
path: "cap.type.terraform.generic.test-input"
revision: 0.1.0

outputTypeInstanceRelations:
config:
Expand Down
4 changes: 4 additions & 0 deletions pkg/hub/client/public/iface_fields.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ var ifaceRevisionInputDataFields = `
parameters {
name
jsonSchema
typeRef {
path
revision
}
}
typeInstances {
name
Expand Down

0 comments on commit 68bd7c5

Please sign in to comment.