Files
nplus/dsl/copyConf.dsl
2025-01-24 16:18:47 +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"
}