From 4fba6d98a7076c0720f5d4d1e599c45d60056764 Mon Sep 17 00:00:00 2001 From: James Munnelly Date: Mon, 7 Aug 2017 22:33:51 +0100 Subject: [PATCH] Remove non-working vault manifest --- docs/vault-example.yaml | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 docs/vault-example.yaml diff --git a/docs/vault-example.yaml b/docs/vault-example.yaml deleted file mode 100644 index 914257270..000000000 --- a/docs/vault-example.yaml +++ /dev/null @@ -1,31 +0,0 @@ -# NOTE: These resources do not currently work and hare just here as a vision -# of how vault may be supported -apiVersion: certmanager.k8s.io/v1alpha1 -kind: Certificate -metadata: - name: facebook-crt -spec: - secret: facebook-crt - issuer: vault-staging - domains: - - www.facebook.com - - facebook.com -status: - state: Ready ---- -# vault issuer resource -apiVersion: certmanager.k8s.io/v1alpha1 -kind: Issuer -metadata: - name: vault-staging -spec: - vault: - url: https://vault.vault.svc.cluster.local - path: pki/prod-ca/ - role: http-server - auth: - token: - secretName: vault-staging-token -status: - ready: true ---- \ No newline at end of file