Skip to content

Commit a34c949

Browse files
fix plural recipes
1 parent 2f38404 commit a34c949

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

plural/plural/recipes/aws.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ sections:
1717
configuration:
1818
- name: chartmuseum_bucket
1919
documentation: Bucket for helm charts
20-
type: STRING
20+
type: BUCKET
2121
- name: assets_bucket
2222
documentation: bucket for misc assets (docker imgs/terraform modules)
23-
type: STRING
23+
type: BUCKET
2424
- name: images_bucket
2525
documentation: bucket for images and icons
26-
type: STRING
26+
type: BUCKET
2727
- name: plural_dns
2828
documentation: FQDN to use for your plural cluster
2929
type: DOMAIN

plural/plural/recipes/gcp.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ sections:
1717
configuration:
1818
- name: chartmuseum_bucket
1919
documentation: Bucket for helm charts
20-
type: STRING
20+
type: BUCKET
2121
- name: assets_bucket
2222
documentation: bucket for misc assets (docker imgs/terraform modules)
23-
type: STRING
23+
type: BUCKET
2424
- name: images_bucket
2525
documentation: bucket for images and icons
26-
type: STRING
26+
type: BUCKET
2727
- name: plural_dns
2828
documentation: FQDN to use for your plural cluster
2929
type: DOMAIN

0 commit comments

Comments
 (0)