@@ -14,22 +14,24 @@ We define _contributions_ as:
1414
1515## Contents
1616
17- 1 . [ Code of Conduct] ( #code-of-conduct )
18-
19- 1 . [ Submitting Contributions] ( #submitting-contributions )
20- - [ Reporting Bugs] ( #reporting-bugs )
21- - [ Requesting Features and Enhancements] ( #requesting-features-and-enhancements )
22- - [ Submitting Code Changes] ( #submitting-code-changes )
23-
24- 1 . [ Development Guidelines] ( #development-guidelines )
25-
26- 1 . [ Prerequisites] ( #prerequisites )
17+ - [ Contributing to TriggerMesh] ( #contributing-to-triggermesh )
18+ - [ Contents] ( #contents )
19+ - [ Code of Conduct] ( #code-of-conduct )
20+ - [ Submitting Contributions] ( #submitting-contributions )
21+ - [ Reporting Bugs] ( #reporting-bugs )
22+ - [ Issue Description] ( #issue-description )
23+ - [ Code Styling] ( #code-styling )
24+ - [ Requesting Features and Enhancements] ( #requesting-features-and-enhancements )
25+ - [ Submitting Code Changes] ( #submitting-code-changes )
26+ - [ Development Guidelines] ( #development-guidelines )
27+ - [ Prerequisites] ( #prerequisites )
2728 - [ Go Toolchain] ( #go-toolchain )
2829 - [ Kubernetes] ( #kubernetes )
2930 - [ ko] ( #ko )
30-
31- 1 . [ Running the Controller] ( #running-the-controller )
31+ - [ Running the Controller] ( #running-the-controller )
3232 - [ Controller Configuration] ( #controller-configuration )
33+ - [ Configuration Read From the Environment] ( #configuration-read-from-the-environment )
34+ - [ Configuration Read From ConfigMaps] ( #configuration-read-from-configmaps )
3335 - [ Locally] ( #locally )
3436
3537## Code of Conduct
@@ -250,13 +252,6 @@ Additionally, the desired build version (container image) of each TriggerMesh co
250252environment variables. The full list can be found inside the [controller's Deployment manifest][tm-allenvs]. By default,
251253the controller uses the latest tagged public image from `gcr.io/triggermesh` for any given component.
252254
253- To use your own image instead (e.g. the result of a development build), simply set the corresponding environment
254- variable to the reference of the image to use. For example :
255-
256- ` ` ` sh
257- # Use a custom build of the "Zendesk" event source adapter.
258- export ZENDESKSOURCE_IMAGE=docker.io/myuser/zendesksource:devel
259- ` ` `
260255
261256# #### Configuration Read From ConfigMaps
262257
0 commit comments