Commit 64099cf
authored
Add Helm NOTES.txt (#272)
Fixes aws-controllers-k8s/community#1135
Description of changes:
Adds a cute, descriptive NOTES.txt file for our Helm chart - shown to users when they install the chart.
Example after running `helm install --generate-name s3-chart`:
```
s3-chart has been installed.
This chart deploys "public.ecr.aws/aws-controllers-k8s/s3-controller:v0.0.10".
Check its status by running:
kubectl --namespace default get pods -l "app.kubernetes.io/instance=chart-1642804573"
You are now able to create Amazon Simple Storage Service (S3)
resources in your cluster!
The controller is running in "cluster" mode.
The controller is configured to run in the region: "us-west-2"
Visit https://aws-controllers-k8s.github.io/community/reference/ for an API
reference of all the resources that can be created using this controller.
For more information on the AWS Controller for Kubernetes (ACK) project, visit:
https://aws-controllers-k8s.github.io/community/
```
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.1 parent 1338d18 commit 64099cf
File tree
2 files changed
+17
-0
lines changed- pkg/generate/ack
- templates/helm/templates
2 files changed
+17
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
0 commit comments