7 lines
281 B
Plaintext
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"
|
|
}
|