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: docs-source/content/userguide/managing-domains/configoverrides/_index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -277,6 +277,7 @@ The following `jdbc-testDS.xml` override template demonstrates setting the URL,
277
277
* The configuration map must be in the same Kubernetes namespace as the domain.
278
278
* If the configuration map is going to be used by a single `DOMAIN_UID`, then we recommend adding the `weblogic.domainUID=<mydomainuid>` label to help track the resource.
279
279
* For example, assuming `./mydir` contains your `version.txt` and situation configuration template files:
280
+
280
281
```
281
282
kubectl -n MYNAMESPACE create cm MYCMNAME --from-file ./mydir
282
283
kubectl -n MYNAMESPACE label cm MYCMNAME weblogic.domainUID=DOMAIN_UID
@@ -286,6 +287,7 @@ The following `jdbc-testDS.xml` override template demonstrates setting the URL,
286
287
* Secrets must be in the same Kubernetes namespace as the domain.
287
288
* If a secret is going to be used by a single `DOMAIN_UID`, then we recommend adding the `weblogic.domainUID=<mydomainuid>` label to help track the resource.
0 commit comments