Take the logic executed in deploy/deploy.sh and add it to a custom post_deploy function in that service set.
Control whether the mock rbac/entitlements is turned "on" or "off" by wrapping the Service in deploy/deploy.yaml with an if statement -- so that the "real" rbac or entitlements can be deployed in a test environment if desired
Make
mocks
deployable via e2e-deploy.deploy/deploy.sh
and add it to a custompost_deploy
function in that service set.Service
indeploy/deploy.yaml
with anif
statement -- so that the "real" rbac or entitlements can be deployed in a test environment if desired