Skip to content

Commit 582fa16

Browse files
committed
Merge branch 'fix-issue-2' into 'master'
Add reference to standard k8s private docker registry documentation See merge request rac-docker-dev/oracle-database-operator!212
2 parents d310a67 + b837db2 commit 582fa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/onpremdb/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ The Oracle Database Operator On-Prem Controller creates the CDB kind as a custom
169169

170170
To create a CDB CRD, a sample .yaml file is available here: [config/samples/onpremdb/cdb.yaml](../../config/samples/onpremdb/cdb.yaml)
171171

172-
**Note:** The password and username fields in this `cdb.yaml` yaml are Kubernetes Secrets created earlier. Please see the section [Kubernetes Secrets](ORACLE_ONPREMDB_CONTROLLER_README.md#kubernetes-secrets) for more information.
172+
**Note:** The password and username fields in this `cdb.yaml` yaml are Kubernetes Secrets created earlier. Please see the section [Kubernetes Secrets](ORACLE_ONPREMDB_CONTROLLER_README.md#kubernetes-secrets) for more information. Please see [Kubernetes Private Registry Documenation]( https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/) for creating secrets for pulling images from docker private registry.
173173

174174
1. [Use Case: Create a CDB CRD Resource](./provisioning/cdb_crd_resource.md)
175175
2. [Use Case: Add another replica to an existing CDB CRD Resource](./provisioning/add_replica.md)

0 commit comments

Comments
 (0)