Helm chart: Add garage.existingConfigmap and replace garage.garage.toml with garage.garageTomlString #923
No reviewers
Labels
No labels
action
check-aws
action
discussion-needed
action
for-external-contributors
action
for-newcomers
action
more-info-needed
action
need-funding
action
triage-required
kind
correctness
kind
ideas
kind
improvement
kind
performance
kind
testing
kind
usability
kind
wrong-behavior
prio
critical
prio
low
scope
admin-api
scope
background-healing
scope
build
scope
documentation
scope
k8s
scope
layout
scope
metadata
scope
ops
scope
rpc
scope
s3-api
scope
security
scope
telemetry
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Deuxfleurs/garage#923
Loading…
Reference in a new issue
No description provided.
Delete branch "jessebot/garage:allow-existing-configmap"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This fixes #922
Helm chart updates
New helm parameter,
garage.existingConfigmap
to use an existing ConfigMap for garage.toml:Added some autogenerated docs using helm-docs. It works by processing every comment that starts with
# -- I'm a comment
as a description for the parameter it is directly above. This gives a small chart in a README that users can reference in the same directory as the chart.Changes
Replaces
garage.garage.toml
withgarage.garageTomlString
. You can still use the old feature like this:This also moves all the configuration back to the ConfigMap template file so that no GoTemplating happens in the values.yaml itself.
Add garage.existingConfigmap and replace garage.garage.toml with garage.garageTomlStringto Helm chart: Add garage.existingConfigmap and replace garage.garage.toml with garage.garageTomlStringView command line instructions
Checkout
From your project repository, check out a new branch and test the changes.