You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kubernetes/samples/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,8 @@ While these samples may be useful and usable as is, it is intended that you woul
10
10
11
11
*[Sample for creating a Kubernetes secret](scripts/create-weblogic-domain-credentials/README.md) that contains the Administration Server credentials. This secret can be used in creating a WebLogic domain resource.
12
12
*[Sample for creating a PV or PVC](scripts/create-weblogic-domain-pv-pvc/README.md) that can be used by a domain resource as the persistent storage for the WebLogic domain home or log files.
13
-
*[Sample for creating a WebLogic domain home on an existing PV or PVC](scripts/create-weblogic-domain/domain-home-on-pv/README.md), and the domain resource YAML file for deploying the generated WebLogic domain.
14
-
*[Sample for creating a WebLogic domain home inside a Docker image](scripts/create-weblogic-domain/domain-home-in-image/README.md), and the domain resource YAML file for deploying the generated WebLogic domain.
13
+
*[Sample for creating a WebLogic domain home on an existing PV or PVC](../../docs-source/content/samples/simple/domains/domain-home-on-pv/_index.md), and the domain resource YAML file for deploying the generated WebLogic domain.
14
+
*[Sample for creating a WebLogic domain home inside a Docker image](../../docs-source/content/samples/simple/domains/domain-home-in-image/_index.md), and the domain resource YAML file for deploying the generated WebLogic domain.
15
15
*[Sample for configuring the Elasticsearch and Kibana](scripts/elasticsearch-and-kibana/README.md) deployments and services for the operator's logs.
16
16
*[Sample for generating a self-signed certificate and private key](scripts/rest/README.md) that can be used for the operator's external REST API.
17
17
*[Sample for creating an OKE cluster using Terraform](scripts/terraform/README.md).
0 commit comments