Skip to content

Commit

Permalink
fix plural recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed May 28, 2022
1 parent 2f38404 commit a34c949
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions plural/plural/recipes/aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ sections:
configuration:
- name: chartmuseum_bucket
documentation: Bucket for helm charts
type: STRING
type: BUCKET
- name: assets_bucket
documentation: bucket for misc assets (docker imgs/terraform modules)
type: STRING
type: BUCKET
- name: images_bucket
documentation: bucket for images and icons
type: STRING
type: BUCKET
- name: plural_dns
documentation: FQDN to use for your plural cluster
type: DOMAIN
Expand Down
6 changes: 3 additions & 3 deletions plural/plural/recipes/gcp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ sections:
configuration:
- name: chartmuseum_bucket
documentation: Bucket for helm charts
type: STRING
type: BUCKET
- name: assets_bucket
documentation: bucket for misc assets (docker imgs/terraform modules)
type: STRING
type: BUCKET
- name: images_bucket
documentation: bucket for images and icons
type: STRING
type: BUCKET
- name: plural_dns
documentation: FQDN to use for your plural cluster
type: DOMAIN
Expand Down

0 comments on commit a34c949

Please sign in to comment.