Update docs/oci-storage.md

Co-authored-by: Xavi Garcia <xavi.garcia@suse.com>
This commit is contained in:
hridyesh bisht 2025-06-19 16:21:41 +05:30 committed by GitHub
parent 8412bb1b56
commit 086f958684
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ spec:
You can either create and apply a YAML file that contains the registry address and optional credentials similar to the example above. Then run `kubectl apply -f secrets/oci-secret.yaml` before applying the `GitRepo`.
Or you can use `kubectl` command to create the `ocistorage` secret using unencoded text. Kubernetes converts them to base64 encoded for storing the secret.
Or you can use `kubectl` command to create the secret using unencoded text. Kubernetes converts them to base64 encoded for storing the secret.
```bash
kubectl -n fleet-local create secret generic ocistorage \