File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,13 @@ export CODER_TEMPLATE_NAME=kubernetes
17
17
export CODER_TEMPLATE_DIR=.coder/templates/kubernetes
18
18
export CODER_TEMPLATE_VERSION=$(git rev-parse --short HEAD)
19
19
20
- # Push the new template template version to Coder
20
+ # Push the new template version to Coder
21
21
coder templates push --yes $CODER_TEMPLATE_NAME \
22
22
--directory $CODER_TEMPLATE_DIR \
23
23
--name=$CODER_TEMPLATE_VERSION # Version name is optional
24
24
```
25
25
26
26
> Looking for an example? See how we push our development image
27
27
> 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 )
You can’t perform that action at this time.
0 commit comments