Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
mariadb xonyxia
Browse files Browse the repository at this point in the history
  • Loading branch information
fcomte committed Jul 14, 2022
1 parent 8164581 commit b0cb259
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.0
version: 0.1.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
9 changes: 9 additions & 0 deletions charts/mariadb/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"default": "changeme",
"x-form": {
"value": "{{project.password}}"
},
"x-onyxia": {
"overwriteDefaultWith": "{{project.password}}"
}
},
"database": {
Expand All @@ -36,6 +39,9 @@
"default": "admin",
"x-form": {
"value": "{{project.id}}"
},
"x-onyxia": {
"overwriteDefaultWith": "{{project.id}}"
}
},
"password": {
Expand All @@ -44,6 +50,9 @@
"description": "Defaults to a random 10-character alphanumeric string if not set",
"x-form": {
"value": "{{project.password}}"
},
"x-onyxia": {
"overwriteDefaultWith": "{{project.password}}"
}
}
}
Expand Down

0 comments on commit b0cb259

Please sign in to comment.