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
you might have configurations for different groups of services but not for all within an application:
application 'foo' do
scope do
variables do
var image: 'foo/bar'
end
service 'one' do
end
service 'two' do
end
end
scope do
variables do
var image: 'bar/foo'
end
service 'three' do
end
service 'four' do
end
end
end
The text was updated successfully, but these errors were encountered:
you might have configurations for different groups of services but not for all within an application:
The text was updated successfully, but these errors were encountered: