Skip to content

Commit 3cb9b3d

Browse files
matifalibpmct
andauthored
docs: clarify how to set max token life in ci/cd docs (#6416)
* docs: clarify max token life in ci/cd docs * Update docs/templates/change-management.md --------- Co-authored-by: Ben Potter <me@bpmct.net>
1 parent 175a415 commit 3cb9b3d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/templates/change-management.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,13 @@ export CODER_TEMPLATE_NAME=kubernetes
1717
export CODER_TEMPLATE_DIR=.coder/templates/kubernetes
1818
export CODER_TEMPLATE_VERSION=$(git rev-parse --short HEAD)
1919

20-
# Push the new template template version to Coder
20+
# Push the new template version to Coder
2121
coder templates push --yes $CODER_TEMPLATE_NAME \
2222
--directory $CODER_TEMPLATE_DIR \
2323
--name=$CODER_TEMPLATE_VERSION # Version name is optional
2424
```
2525

2626
> Looking for an example? See how we push our development image
2727
> and template [via GitHub actions](https://github.com/coder/coder/blob/main/.github/workflows/dogfood.yaml).
28+
29+
> To create tokens with over a 30 day lifetime, [configure Coder server to set a longer max token lifetime](../cli/coder_server#--max-token-lifetime)

0 commit comments

Comments
 (0)