Skip to content

Commit

Permalink
Fix typo in github event-source example (#477)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaetansnl authored Feb 8, 2020
1 parent fcd7304 commit 16f84d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/event-sources/github.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ spec:
name: github-access
# Key within the K8s secret whose corresponding value (must be base64 encoded) is access token
key: token
# webHookSecret refers to K8s secret that stores the github hook secret
webHookSecret:
# webhookSecret refers to K8s secret that stores the github hook secret
webhookSecret:
# Name of the K8s secret that contains the hook secret
name: github-access
# Key within the K8s secret whose corresponding value (must be base64 encoded) is hook secret
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
apiToken:
name: github-access
key: token
webHookSecret:
webhookSecret:
name: github-access
key: secret
insecure: true
Expand Down

0 comments on commit 16f84d1

Please sign in to comment.