Skip to content
This repository has been archived by the owner on Jul 7, 2022. It is now read-only.

Commit

Permalink
remove conflicting tile values
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlewis42 committed Nov 21, 2019
1 parent b9913c5 commit d2e6e66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
10 changes: 5 additions & 5 deletions docs/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ For example:


<ul>
<li><i>Optional</i></li>
<li><b>Required</b></li>
<li>Default: <code>b8e19880-ac58-42ef-b033-f7cd9c94d1fe</code></li>
<li>Valid Values:
<ul>
Expand Down Expand Up @@ -311,7 +311,7 @@ For example:


<ul>
<li><i>Optional</i></li>
<li><b>Required</b></li>
<li>Default: <code>4bc59b9a-8520-409f-85da-1c7552315863</code></li>
<li>Valid Values:
<ul>
Expand Down Expand Up @@ -437,7 +437,7 @@ For example:


<ul>
<li><i>Optional</i></li>
<li><b>Required</b></li>
<li>Default: <code>cbad6d78-a73c-432d-b8ff-b219a17a803a</code></li>
<li>Valid Values:
<ul>
Expand Down Expand Up @@ -563,7 +563,7 @@ For example:


<ul>
<li><i>Optional</i></li>
<li><b>Required</b></li>
<li>Default: <code>51b3e27e-d323-49ce-8c5f-1211e6409e82</code></li>
<li>Valid Values:
<ul>
Expand Down Expand Up @@ -673,7 +673,7 @@ For example:


<ul>
<li><i>Optional</i></li>
<li><b>Required</b></li>
<li>Default: <code>b9e4332e-b42b-4680-bda5-ea1506797474</code></li>
<li>Valid Values:
<ul>
Expand Down
2 changes: 1 addition & 1 deletion pkg/generator/forms.go
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ func generateServicePlanForm(svc *broker.ServiceDefinition) (Form, error) {
Type: "dropdown_select",
Description: "The service this plan is associated with.",
Default: entry.ID,
Optional: false,
Configurable: true,
Optional: true,
Options: []FormOption{
{
Name: entry.ID,
Expand Down
5 changes: 0 additions & 5 deletions tile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,6 @@ service_plan_forms:
options:
- name: b8e19880-ac58-42ef-b033-f7cd9c94d1fe
label: Google Bigtable
optional: true
- name: storage_type
type: dropdown_select
default: SSD
Expand Down Expand Up @@ -380,7 +379,6 @@ service_plan_forms:
options:
- name: 4bc59b9a-8520-409f-85da-1c7552315863
label: Google CloudSQL for MySQL
optional: true
- name: tier
type: string
label: Tier
Expand Down Expand Up @@ -418,7 +416,6 @@ service_plan_forms:
options:
- name: cbad6d78-a73c-432d-b8ff-b219a17a803a
label: Google CloudSQL for PostgreSQL
optional: true
- name: tier
type: string
label: Tier
Expand Down Expand Up @@ -455,7 +452,6 @@ service_plan_forms:
options:
- name: 51b3e27e-d323-49ce-8c5f-1211e6409e82
label: Google Spanner
optional: true
- name: num_nodes
type: string
default: "1"
Expand Down Expand Up @@ -487,7 +483,6 @@ service_plan_forms:
options:
- name: b9e4332e-b42b-4680-bda5-ea1506797474
label: Google Cloud Storage
optional: true
- name: storage_class
type: string
label: Storage Class
Expand Down

0 comments on commit d2e6e66

Please sign in to comment.