From 18ed3e2ffae71128b80b3b60a653a355440a3f5b Mon Sep 17 00:00:00 2001 From: lanath Date: Thu, 21 Nov 2024 10:28:00 +0100 Subject: [PATCH] chore: readme started --- README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..94de592 --- /dev/null +++ b/README.md @@ -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 | \ No newline at end of file