Skip to content

Commit cd3ad28

Browse files
authored
small fixes to NOTES.txt template for Helm (#291)
Noticed a couple small mistakes in the NOTES.txt template for Helm; this commit addresses both. Signed-off-by: Jay Pipes <[email protected]> By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent ed9e054 commit cd3ad28

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/helm/templates/NOTES.txt.tpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ Check its status by running:
77
You are now able to create {{ .Metadata.Service.FullName }} ({{ .Metadata.Service.ShortName }}) resources!
88

99
The controller is running in "{{ "{{ .Values.installScope }}" }}" mode.
10-
The controller is configured to run in the region: "{{ "{{ .Values.aws.region }}" }}"
10+
The controller is configured to manage AWS resources in region: "{{ "{{ .Values.aws.region }}" }}"
1111

1212
Visit https://aws-controllers-k8s.github.io/community/reference/ for an API
1313
reference of all the resources that can be created using this controller.
1414

15-
For more information on the AWS Controller for Kubernetes (ACK) project, visit:
16-
https://aws-controllers-k8s.github.io/community/
15+
For more information on the AWS Controllers for Kubernetes (ACK) project, visit:
16+
https://aws-controllers-k8s.github.io/community/

0 commit comments

Comments
 (0)