Skip to content

Commit adc05d9

Browse files
authored
Merge pull request #380 from danielbraun89/patch-1
📖docs: Update quick-start.md with correct secret structure
2 parents add10f5 + 255c1c6 commit adc05d9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

docs/quick-start.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -139,9 +139,11 @@ You can then use your OCI registry by setting the `repoURL` to `oci://<my-regist
139139
```yaml
140140
spec:
141141
repoURL: oci://<my-registry>
142-
credentialsSecretRef:
143-
name: oci-creds
144-
namespace: caaph-system
142+
credentials:
143+
key: config.json
144+
secret:
145+
name: oci-creds
146+
namespace: caaph-system
145147
```
146148

147149
Note that in this case the credentials in the secret must be stored in a file named `config.json` at the root of the secret, e.g:
@@ -254,4 +256,4 @@ To uninstall CAAPH, run the following command from `src/cluster-api-addon-provid
254256

255257
```bash
256258
$ make undeploy
257-
```
259+
```

0 commit comments

Comments
 (0)