Skip to content

Commit 0065dcc

Browse files
fix docs
1 parent 60c22db commit 0065dcc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/resources/service_deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ Optional:
8383

8484
- `chart` (String) The name of the chart to use.
8585
- `repository` (Attributes) Resource reference to the flux Helm repository used by this chart. (see [below for nested schema](#nestedatt--helm--repository))
86-
- `url` (String) Helm repository URL use.
86+
- `url` (String) Helm repository URL to use.
8787
- `values` (String) Helm values file to use with this service.
8888
- `values_files` (Set of String) List of relative paths to values files to use form Helm applies.
8989
- `version` (String) Chart version to use.

internal/resource/service_deployment_schema.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ func (r *ServiceDeploymentResource) schemaHelm() schema.SingleNestedAttribute {
296296
},
297297
"url": schema.StringAttribute{
298298
Optional: true,
299-
Description: "Helm repository URL use.",
300-
MarkdownDescription: "Helm repository URL use.",
299+
Description: "Helm repository URL to use.",
300+
MarkdownDescription: "Helm repository URL to use.",
301301
},
302302
},
303303
Validators: []validator.Object{

0 commit comments

Comments
 (0)