Skip to content

Commit

Permalink
Fix appssoOfferingName option (vmware-tanzu#376)
Browse files Browse the repository at this point in the history
* Set appssoOfferingName to required: true

* Use fragment for appssoOfferingName
  • Loading branch information
trisberg authored Nov 1, 2023
1 parent a96a486 commit 6ed42c9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 3 additions & 6 deletions appsso-starter-java/accelerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,11 @@ accelerator:
- spring
- java
imports:
- name: app-sso-client
expose:
- name: appssoOfferingName
- name: tap-workload
- name: build-wrapper-gradle
options:
- name: appssoOfferingName
description: To find the available AppSSO service in your cluster, run `tanzu services classes list`.
inputType: text
label: AppSSO Offering name
required: true

engine:
chain:
Expand Down
1 change: 1 addition & 0 deletions fragments/app-sso-client/accelerator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ accelerator:
description: To find the available AppSSO service offerings in your cluster, run `tanzu services classes list`.
inputType: text
label: AppSSO offering name
required: true

engine:
merge:
Expand Down

0 comments on commit 6ed42c9

Please sign in to comment.