Skip to content

Commit

Permalink
Add reference to where the example python file can be found
Browse files Browse the repository at this point in the history
Signed-off-by: Gavin Jaeger-Freeborn <[email protected]>
  • Loading branch information
Gavinok committed Oct 30, 2024
1 parent 369698e commit 99cba0d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/ConfigurationGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,5 @@ def today_plus_times(added_days: str, multiplied_days: str) -> int:
# variable_substitution_map will already be defined in variableSubstitutions.py
variable_substitution_map.add_variable_substitution(r"\$today_plus_(\d+)_times_(\d+)", today_plus_times)
```

For an example of this python file see `docker/oidc-controller/config/user_variable_substitution.py`

0 comments on commit 99cba0d

Please sign in to comment.