Commit b632ca7
authored
[fix] Fixed typo in Deployment template for S3 Secret reference (#234)
**What this PR does / why we need it**:
Previously, when trying to use a reference to a Secret in
`values.s3.secret.ref` when `values.s3.ephemeralCredentials` is set to
`false`, the Secret name was not properly introduced into the Deployment
template due to a typo.
**Special notes for your reviewer**:
See the template below
https://github.com/linode/linode-cosi-driver/blob/a4fc2b520263ac798367a51082b5b887700431b3/helm/linode-cosi-driver/templates/_helpers.tpl#L114-L116
You will notice the `_helpers.tpl` file has it called `s3SecretName`.
**TODOs**:
- [X] squashed commits
- [ ] includes documentation
- [ ] adds unit tests
- [ ] adds or updates e2e tests1 parent ff740ed commit b632ca7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
0 commit comments