imfreedom/k8s-cluster

Update cert-manager to 0.9.1 as we were running 0.5.0 and let's encrypt is going to start blocking < 0.8.0 as those versions are issuing too much traffic to lets encrypt
# This file contains all of the namespaces that exist in the cluster.
---
apiVersion: v1
kind: Namespace
metadata:
name: pidgin
---
apiVersion: v1
kind: Namespace
metadata:
name: imfreedom
---
apiVersion: v1
kind: Namespace
metadata:
name: reaperworld
---
apiVersion: v1
kind: Namespace
metadata:
name: adium
---
apiVersion: v1
kind: Namespace
metadata:
name: kube-logging
---
apiVersion: v1
kind: Namespace
metadata:
name: cert-manager
labels:
certmanager.k8s.io/disable-validation: "true"
---