cert-manager/deploy/manifests/01-namespace.yaml
JoshVanL ddd6e17f70 Updates documentation to remove outdated information and removes
validation=false on the cert-manager namespace

Signed-off-by: JoshVanL <vleeuwenjoshua@gmail.com>
2019-10-01 16:10:06 +01:00

7 lines
67 B
YAML

apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
---