cloud-mta-build-tool
cloud-mta-build-tool copied to clipboard
Service described in the resources triggered update even no changes was added
We have a saas-registry service which uses custom parameters:
- name: dis-saas-registry-service type: org.cloudfoundry.managed-service parameters: service-plan: service service: saas-registry config: xsappname: ${org}-${space}-dis-cloud-approuter appName: ${serviceName} displayName: ${serviceDisplayName} description: "SSI service for managing DIDs and VCs" category: "Foundation / Cross Services" appUrls: onSubscription: "https://${provider-subdomain}-dis-integration-service-${space}.${custom-subdomain}.${target-domain}/api/v1.0.0/multitenancy/tenant/{tenantId}" getDependencies: "https://${provider-subdomain}-dis-integration-service-${space}.${custom-subdomain}.${target-domain}/api/v1.0.0/multitenancy/dependencies" onSubscriptionAsync: false onUnSubscriptionAsync: false
The problem is that cloud foundry deploy tries each time to redeploy the service even if the parameters are not changed. This triggers an update failed status for the respective service. Is there a way to specify not to update a specific service within the deploy? Or how is this handled?
Thank you, Bruno.