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
@@ -288,6 +288,7 @@ Best practices for data source modules and their overrides:
288
288
* The configuration map must be in the same Kubernetes namespace as the domain.
289
289
* 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.
290
290
* For example, assuming `./mydir` contains your `version.txt` and situation configuration template files:
291
+
291
292
```
292
293
kubectl -n MYNAMESPACE create cm MYCMNAME --from-file ./mydir
293
294
kubectl -n MYNAMESPACE label cm MYCMNAME weblogic.domainUID=DOMAIN_UID
@@ -297,6 +298,7 @@ Best practices for data source modules and their overrides:
297
298
* Secrets must be in the same Kubernetes namespace as the domain.
298
299
* 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