swarm-gitops/using-config.yaml.example
Peter Surda 10b5cbec99
All checks were successful
buildbot/travis_bionic Build done.
buildbot/multibuild_parent Build done.
Initial commit
2025-02-06 19:56:37 +08:00

19 lines
604 B
Plaintext

# example
# services:
# test:
# configs:
# - source: hello_conf # this would match the filename in the repo
# target: /etc/hello.conf # this would be used for labeling
# uid: "0"
# gid: "user"
# mode: 0440
# # this section below should be created by the templater and then
# # appended during `deploy`
# # templater does need to parse the compose file to extract the "target"
# # for labeling the config, but the name is automatic as that's based on
# # the filesystem
# configs:
# hello_conf:
# external: true
# name: templater_will_auto_fill_this