1
0
Fork 0
mirror of https://github.com/kyverno/kyverno.git synced 2024-12-14 11:57:48 +00:00

fixed some typos

This commit is contained in:
Norbert Kiesel 2020-04-02 22:28:09 -07:00 committed by GitHub
parent cbe20995b2
commit 5252fe76d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,8 +48,8 @@ spec:
````
In this example new namespaces will receive 2 new resources after its creation:
* A ConfigMap cloned from default/config-template.
* A Secret with values DB_USER and DB_PASSWORD, and label ```purpose: mongo```.
* A `ConfigMap` cloned from `default/config-template`.
* A `Secret` with values `DB_USER` and `DB_PASSWORD`, and label `purpose: mongo`.
## Example 2
@ -81,7 +81,7 @@ spec:
policyname: "default"
````
In this example new namespaces will receive a NetworkPolicy that default denies all inbound and outbound traffic.
In this example new namespaces will receive a `NetworkPolicy` that by default denies all inbound and outbound traffic.
---