Skip to content

Commit

Permalink
chore: readme started
Browse files Browse the repository at this point in the history
  • Loading branch information
lanathlor committed Nov 21, 2024
1 parent 93d7947 commit 18ed3e2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## Templates

### ClearNDR - CE

#### Overview

TODO

#### Values

TODO

## Top level variables in templates

| Variable | value |
| -------- | ------- |
| .Values | values given to the template by users |
| .Release.name | Name of the release. |
| .Release.user | user creating the release |
| .Release.group | user's group creating the release |
| .Release.location | where the release is placed |
| .Release.isUpgrade | is the release an upgrade |
| .Release.isInstall | is the release an install |
| .Release.service | name of the service creating the release (stamusctl/stamusd) |
| .Template.name | name of the current template |
| .Release.version | version of the current template |

0 comments on commit 18ed3e2

Please sign in to comment.