You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I take a look at the deployment script, none of the inline EOF'd YAML seems to use any Bash variable substitution/templating - what's the thought around breaking out that YAML into their own files to be oc apply -f'd and provide for use in other automation workflows?
Also has the benefit of making the deployment script a bit more atomic and easy to maintain/iterate...I'd be happy to submit that PR once Tosin's patches are merged, to avoid any potential merge conflicts.
The text was updated successfully, but these errors were encountered:
As I take a look at the deployment script, none of the inline EOF'd YAML seems to use any Bash variable substitution/templating - what's the thought around breaking out that YAML into their own files to be
oc apply -f
'd and provide for use in other automation workflows?Also has the benefit of making the deployment script a bit more atomic and easy to maintain/iterate...I'd be happy to submit that PR once Tosin's patches are merged, to avoid any potential merge conflicts.
The text was updated successfully, but these errors were encountered: