Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for StatefulSet deployment. Add questions.yml and app-readme.md for rancher chart #744

Merged
merged 41 commits into from
Apr 16, 2022
Merged
Changes from 1 commit
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
08d37f0
add rancher chart options
jamesongithub Nov 17, 2021
e9493a5
lines
jamesongithub Nov 17, 2021
afd98c0
bump version
jamesongithub Nov 17, 2021
cfcb3e9
newline
jamesongithub Nov 17, 2021
facf188
options
jamesongithub Nov 17, 2021
01f096b
html break
jamesongithub Nov 17, 2021
1b796ee
newline
jamesongithub Nov 17, 2021
5c29c79
ss
jamesongithub Nov 17, 2021
7f0166c
add option for sa pasword
jamesongithub Dec 8, 2021
e0fe61a
secret
jamesongithub Dec 8, 2021
d67748c
Y
jamesongithub Dec 8, 2021
c4177d6
password
jamesongithub Dec 8, 2021
a013dcc
values files
jamesongithub Dec 8, 2021
4ef825d
Y
jamesongithub Dec 8, 2021
a94c976
sa password
jamesongithub Dec 8, 2021
6d830fa
labels
jamesongithub Dec 8, 2021
ce3d2c8
chart values
jamesongithub Dec 8, 2021
b97ed3b
fix envs
jamesongithub Dec 8, 2021
96edcde
icon
jamesongithub Jan 22, 2022
9c9f07a
add svg
jamesongithub Jan 22, 2022
571fb5d
move svg
jamesongithub Jan 22, 2022
9fe79f2
add icon to chart
jamesongithub Jan 22, 2022
26a68e3
product key as a show_if
jamesongithub Mar 11, 2022
45634da
tpl in values
jamesongithub Mar 11, 2022
d1733df
product key null
jamesongithub Mar 11, 2022
3c54fdc
show if
jamesongithub Mar 11, 2022
358f020
set description
jamesongithub Mar 11, 2022
3cc4246
use link to svg instead
jamesongithub Mar 12, 2022
8dd6229
rename deployment to statefulset
jamesongithub Mar 12, 2022
139e9e0
remove unneeded defaults in questions.yml
jamesongithub Mar 23, 2022
1325130
different labels
jamesongithub Mar 23, 2022
bbca54b
password requiremnts
jamesongithub Mar 23, 2022
72b5f37
questions
jamesongithub Mar 23, 2022
1699551
default
jamesongithub Mar 23, 2022
8f9f40a
remove html
jamesongithub Mar 23, 2022
251d244
remove defaults
jamesongithub Mar 23, 2022
2c0cc8b
Merge branch 'master' into jy/rancher
jamesongithub Apr 15, 2022
5654577
move changes to rancher dir
jamesongithub Apr 16, 2022
c7259e9
hide from rancher catalog
jamesongithub Apr 16, 2022
65c38b8
rename template functions
jamesongithub Apr 16, 2022
136a48f
formatting
jamesongithub Apr 16, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ss
jamesongithub committed Nov 17, 2021

Verified

This commit was signed with the committer’s verified signature.
jamesongithub James Yang
commit 5c29c79aff2e8009b1c6af8ed987a22e6e2b1648
16 changes: 8 additions & 8 deletions linux/sample-helm-chart-statefulset-deployment/questions.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
questions:
- variable: edition
- variable: SQL Server edition aka. MSSQL_PID
description: >
SQL Server Edition aka. MSSQL_PID one of: \\n
Evaluation \\n
Developer \\n
Express \\n
Web \\n
Standard \\n
Enterprise \\n
SQL Server Edition, one of:
Evaluation
Developer
Express
Web
Standard
Enterprise
Product Key of the format "#####-#####-#####-#####-#####"
default: Developer
group: SQL Server Options