Remove non-working vault manifest
This commit is contained in:
parent
a190955545
commit
4fba6d98a7
@ -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
|
||||
---
|
||||
Loading…
Reference in New Issue
Block a user