Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleAdd your project as submodule
cd  <EPIK8Sfolder/config/iocs/ioc<ioc_namename>/scripts> ## replace ioc_name with the name of your ioc
git pull ## updates to remote changes
cd ..
git add ./scripts/
git commit -m "your commentupdated IOC <ioc_name>"
git push origin

To make the changes effective in the running IOC, you have to restart the related process in argoCD.

...