Exported Configs #25
Labels
No labels
availability
bug
deployment-usability
duplicate
enhancement
help-wanted
question
security
stack-auth
stack-chat
stack-cleanup
stack-git
stack-mesh
stack-site-support
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
#8 Deploy updater
python-support/python-support-infra
Reference: python-support/python-support-infra#25
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
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?
We need a way for stacks to give configs (/secrets) to other stacks.
deploy_configs
role to scan forconfigs/<stack_name>__<id>
in stack as well asconfigs_<for_stack_name>/<for_stack_name>__<from_stack_name>__<id>
configs.stack_configs
to be a dict withbasename: path
. This allows all docker config creation to happen in one go.<stack_name>__<from_stack_name>__<id>
.