Files
nplus/dsl/copyConf.dsl
2026-03-10 07:33:55 +01:00

7 lines
281 B
Plaintext

copyConf = component "init:copyConfig" "Init-Container that extracts the initial configuration from the main component and copies it to the central config git share" {
technology "bash"
tags "nplus"
-> nplus.confpvc "mount etc"
main -> this "copy initial config"
}