Skip to content

Commit ef9a511

Browse files
rosemarymaranorjeberhard
authored andcommitted
fix example spacing, jenkins-ignore
1 parent 92b44fc commit ef9a511

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
@@ -288,6 +288,7 @@ Best practices for data source modules and their overrides:
288288
* The configuration map must be in the same Kubernetes namespace as the domain.
289289
* 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.
290290
* For example, assuming `./mydir` contains your `version.txt` and situation configuration template files:
291+
291292
```
292293
kubectl -n MYNAMESPACE create cm MYCMNAME --from-file ./mydir
293294
kubectl -n MYNAMESPACE label cm MYCMNAME weblogic.domainUID=DOMAIN_UID
@@ -297,6 +298,7 @@ Best practices for data source modules and their overrides:
297298
* Secrets must be in the same Kubernetes namespace as the domain.
298299
* 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.
299300
* For example:
301+
300302
```
301303
kubectl -n MYNAMESPACE create secret generic my-secret --from-literal=key1=supersecret --from-literal=key2=topsecret
302304
kubectl -n MYNAMESPACE label secret my-secret weblogic.domainUID=DOMAIN_UID

0 commit comments

Comments
 (0)