Skip to content

Commit

Permalink
Fix the syntax for templating certificates (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh authored Aug 2, 2023
1 parent 401af5b commit 82b4c6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/reference/template-functions-config-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ metadata:
name: tls-config
data:
tls.crt: |
{{repl ConfigOptionData "tls_certificate_file" | nindent 4 }}
repl{{- ConfigOptionData "tls_certificate_file" | nindent 4 }}
tls.key: |
{{repl ConfigOptionData "tls_private_key_file" | nindent 4 }}
repl{{- ConfigOptionData "tls_private_key_file" | nindent 4 }}
```
## ConfigOptionFilename
Expand Down

0 comments on commit 82b4c6e

Please sign in to comment.