Skip to content

Commit 1e65bba

Browse files
fix example spacing, jenkins-ignore
1 parent 366e294 commit 1e65bba

File tree

1 file changed

+2
-0
lines changed
  • docs-source/content/userguide/managing-domains/configoverrides

1 file changed

+2
-0
lines changed

docs-source/content/userguide/managing-domains/configoverrides/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@ The following `jdbc-testDS.xml` override template demonstrates setting the URL,
277277
* The configuration map must be in the same Kubernetes namespace as the domain.
278278
* 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.
279279
* For example, assuming `./mydir` contains your `version.txt` and situation configuration template files:
280+
280281
```
281282
kubectl -n MYNAMESPACE create cm MYCMNAME --from-file ./mydir
282283
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,
286287
* Secrets must be in the same Kubernetes namespace as the domain.
287288
* 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.
288289
* For example:
290+
289291
```
290292
kubectl -n MYNAMESPACE create secret generic my-secret --from-literal=key1=supersecret --from-literal=key2=topsecret
291293
kubectl -n MYNAMESPACE label secret my-secret weblogic.domainUID=DOMAIN_UID

0 commit comments

Comments
 (0)