Omar Allouache
06/07/2023, 10:13 AMconfiguration.yaml files to my octavia apply command ?
I saw the --file option but it does not work properly.
My folders are like this :
• stack
â—¦ airbyte
▪︎ configs
• connections
â—¦ configuration.yaml
• sources
â—¦ configuration.yaml
• destinations
â—¦ configuration.yaml
I usually cd stack/airbyte/configs && octavia apply, but I would like to octavia apply --file stack/airbyte/configs so it detect all folders containing my configuration.yaml files from anywhere I am and apply it
Thanks for the help 😄 !user
06/07/2023, 10:13 AMuser
06/07/2023, 10:14 AMOmar Allouache
06/07/2023, 10:16 AMuser
06/07/2023, 10:16 AMuser
06/07/2023, 10:16 AMOmar Allouache
06/07/2023, 10:33 AMoctavia apply --file stack/airbyte/configs/connections/configuration.yaml does not work from my root project folder. I am getting this error : Error: Your octavia project is not initialized, please run 'octavia init' before running this command. I need to cd stack/airbyte/configs to octavia apply --file ./connections/configuration.yaml to make it works.
It really need an issue about executing octavia command anywhere from the project folder