-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathexample.yaml
54 lines (50 loc) · 984 Bytes
/
example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
apiVersion: bindings.mattmoor.dev/v1alpha1
kind: GithubBinding
metadata:
name: bind-deploy
spec:
subject:
apiVersion: apps/v1
kind: Deployment
name: debug
secret:
name: github-hook-secret
---
apiVersion: bindings.mattmoor.dev/v1alpha1
kind: SlackBinding
metadata:
name: bind-deploy
spec:
subject:
apiVersion: apps/v1
kind: Deployment
name: debug
secret:
name: slack-secret
---
apiVersion: bindings.mattmoor.dev/v1alpha1
kind: TwitterBinding
metadata:
name: bind-deploy
spec:
subject:
apiVersion: apps/v1
kind: Deployment
name: debug
secret:
name: twitter-secret
---
apiVersion: bindings.mattmoor.dev/v1alpha1
kind: GoogleCloudSQLBinding
metadata:
name: bind-deploy
spec:
subject:
apiVersion: apps/v1
kind: Deployment
name: debug
instance: mattmoor-knative:us-central1:binding-test
secret:
name: google-cloudsql-secret
---
# kubectl run debug --image=gcr.io/mattmoor-knative/curl sleep 3600