Skip to content

Commit

Permalink
fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Sep 17, 2024
1 parent 60c22db commit 0065dcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/resources/service_deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Optional:

- `chart` (String) The name of the chart to use.
- `repository` (Attributes) Resource reference to the flux Helm repository used by this chart. (see [below for nested schema](#nestedatt--helm--repository))
- `url` (String) Helm repository URL use.
- `url` (String) Helm repository URL to use.
- `values` (String) Helm values file to use with this service.
- `values_files` (Set of String) List of relative paths to values files to use form Helm applies.
- `version` (String) Chart version to use.
Expand Down
4 changes: 2 additions & 2 deletions internal/resource/service_deployment_schema.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ func (r *ServiceDeploymentResource) schemaHelm() schema.SingleNestedAttribute {
},
"url": schema.StringAttribute{
Optional: true,
Description: "Helm repository URL use.",
MarkdownDescription: "Helm repository URL use.",
Description: "Helm repository URL to use.",
MarkdownDescription: "Helm repository URL to use.",
},
},
Validators: []validator.Object{
Expand Down

0 comments on commit 0065dcc

Please sign in to comment.