@@ -0,0 +1,14 @@
#!/bin/bash
NAMESPACE=mail
kubectl create secret generic smtp-secrets \
--dry-run=client \
-o yaml \
--save-config \
--from-literal=RELAY_NETWORKS=":10.0.0.0/8" | \
kubectl apply -n $NAMESPACE -f -
kubectl apply -n $NAMESPACE -f deploy.yml
The note is not visible to the blocked user.