aboutsummaryrefslogtreecommitdiff
path: root/content/blog
diff options
context:
space:
mode:
authorJulien Dessaux2023-08-04 00:10:40 +0200
committerJulien Dessaux2023-08-04 00:10:40 +0200
commitccc523747173a0eeb8b86b4b561b9319aab09e06 (patch)
tree7c82d342822929f99c4f1fbedfef967671d75715 /content/blog
parentFixed 404 error page theme when javascript not deactivated (diff)
downloadwww-ccc523747173a0eeb8b86b4b561b9319aab09e06.tar.gz
www-ccc523747173a0eeb8b86b4b561b9319aab09e06.tar.bz2
www-ccc523747173a0eeb8b86b4b561b9319aab09e06.zip
typo
Diffstat (limited to 'content/blog')
-rw-r--r--content/blog/kubernetes/wireguard-endpoint-on-kubernetes-part-2.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/blog/kubernetes/wireguard-endpoint-on-kubernetes-part-2.md b/content/blog/kubernetes/wireguard-endpoint-on-kubernetes-part-2.md
index e8835a9..cd92e58 100644
--- a/content/blog/kubernetes/wireguard-endpoint-on-kubernetes-part-2.md
+++ b/content/blog/kubernetes/wireguard-endpoint-on-kubernetes-part-2.md
@@ -378,7 +378,7 @@ resource "kubernetes_network_policy" "wireguard-postgresql" {
}
```
-If you are not using network policies (you really should) in a namespace, DO NOT create these objects or you will lose connectivity to these namespaces. Kubernetes behaviour when there are no network policies in place in to allow everything, but as soon as the a network policy is created and selects a pod then only traffic that matches it will be allowed. You have been warned!
+If you are not using network policies (you really should) in a namespace, DO NOT create these objects or you will lose connectivity to these namespaces. Kubernetes behaviour when there are no network policies in place in to allow everything, but as soon as a network policy is created then only traffic that matches it will be allowed. You have been warned!
## Exporting the connection information