example -> examples

This commit is contained in:
Eric Chiang
2016-08-10 21:32:21 -07:00
parent b02211b118
commit 35f467a353
11 changed files with 0 additions and 0 deletions

10
examples/k8s/client.yaml Normal file
View File

@@ -0,0 +1,10 @@
kind: OAuth2Client
apiVersion: oauth2clients.oidc.coreos.com/v1
metadata:
name: example-app
namespace: default
secret: ZXhhbXBsZS1hcHAtc2VjcmV0
redirectURIs:
- http://127.0.0.1:5555/callback
name: Example App