Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
savitaashture authored and tekton-robot committed Nov 20, 2020
1 parent e1e7d18 commit e269dc4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/eventlistener-tls-connection/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: ServiceAccount
metadata:
name: tekton-triggers-tls-sa
secrets:
- name: github-secret
- name: el-tls-secret
---
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
Expand Down
2 changes: 1 addition & 1 deletion examples/eventlistener-tls-connection/secret.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Secret
metadata:
name: github-secret
name: el-tls-secret
type: Opaque
stringData:
secretToken: "1234567"
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ spec:
- name: TLS_CERT
valueFrom:
secretKeyRef:
name: tls-key-secret
name: tls-secret-key
key: tls.crt
- name: TLS_KEY
valueFrom:
secretKeyRef:
name: tls-key-secret
name: tls-secret-key
key: tls.key
---
apiVersion: triggers.tekton.dev/v1alpha1
Expand Down

0 comments on commit e269dc4

Please sign in to comment.