Commit 03179ef
cluster-template-external-creds: Fix name of the Secret
When using the `cluster-template-external-creds` template with `clusterctl`, the following error is obtained:
```
Error: failed to parse yaml: failed to unmarshal the 3rd yaml document: "apiVersion: v1\nstringData:\n secret: REDACTED\n token: REDACTED\n url: https://REDACTED:8006\nkind: Secret\nmetadata:\n name: \"kind-monk2\"-proxmox-credentials\n labels:\n platform.ionos.com/secret-type: \"proxmox-credentials\"\n": error converting YAML to JSON: yaml: line 7: did not find expected key
```
Fixing the `name` key as outlined by this commit resolves the issue.1 parent 59250f8 commit 03179ef
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments