-
-
Notifications
You must be signed in to change notification settings - Fork 23
Traefik, Secrets, and more. #83
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
Conversation
tradiuz
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Notes on all the changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This just brings it up to more current versions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Chart bump (you can probably remove my edit to line 3, i just needed something to disambiguate it in rancher's UI)
| [](https://foundryvtt.com/releases/10.303) | ||
| [](https://foundryvtt.com/releases/11.315) | ||
| [](https://foundryvtt.com/releases/12.324) | ||
| [](https://foundryvtt.com/releases/12.343) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Badges for v12 (final) and v13 (current)
|
|
||
| ```bash | ||
| $ helm install my-release ./incubator/foundry-vtt | ||
| helm install my-release ./incubator/foundry-vtt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
didn't mean to pull this in, but it's an easy enough fix to revert.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A good baseline set of "questions.yaml" for rancher to allow using the UI instead of editing yaml. Will probably need improvement.
| @@ -1,3 +1,4 @@ | |||
| {{- if empty .Values.foundryvtt.configSecretName }} | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #65
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added new fields for the schema. I think my tab spacing of 2 made it seem like a larger change.
| fullnameOverride: "" | ||
| dnsPolicy: "ClusterFirst" | ||
| dnsConfig: | ||
| {} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix to comply with schema
| enabled: false | ||
| size: 5Gi | ||
| ## Specify the name of an existing Persistent Volume Claim | ||
| claimName: "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fix to comply with schema
| ## @param foundryvtt.licenseKey License Key for FoundryVTT. If set the account infos are ignored. | ||
| ## @param foundryvtt.existingSecret Name of an existing Secret to fetch the account from. If set, account settings from values are ignored. Must be used in combination with `foundryvtt.existingLicenseType` to fetch the correct data | ||
| ## @param foundryvtt.existingLicenseType Type of License to be fetched from the existing secret. Must be either `account` or `licenseKey`. If set to `account`, the `existingSecret` must contain a `username`/`password` data pair. If set to `licenseKey`, the secret must contain a `licenseKey` data entry | ||
| ## @param foundryvtt.configSecretName Name of an existing Secret to fetch the account from. If set, account settings from values are ignored. Make sure the keys are defined, even if empty. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
existingSecret and existinglicenseType was never used that i could see. collapsed it down into a single secret called configSecretName to have everything.
Fixes #65
Addresses #51
Fixes #79
Fixes #14
Adds support for felddy's 13.345 container (requires the container context to not be root, which has fs issues)
Fixes the lint action as well.
Adds Questions support for rancher.