diff --git a/files/workloads.yaml.hbs b/files/workloads.yaml.hbs index af3ea4b..ca0178e 100644 --- a/files/workloads.yaml.hbs +++ b/files/workloads.yaml.hbs @@ -12,9 +12,6 @@ workloads: - {{appName}}-service-manager-bind {{/hasMultitenancy}} deploymentDefinition: - env: - - name: CDS_CONFIG - value: type: CAP image: @@ -49,8 +46,5 @@ workloads: - {{appName}}-service-manager-bind {{/hasMultitenancy}} jobDefinition: - env: - - name: CDS_CONFIG - value: type: TenantOperation image: diff --git a/test/files/expectedChart/values.yaml b/test/files/expectedChart/values.yaml index 55314f6..6c59c44 100644 --- a/test/files/expectedChart/values.yaml +++ b/test/files/expectedChart/values.yaml @@ -121,9 +121,6 @@ workloads: - bookshop-saas-registry-bind - bookshop-service-manager-bind deploymentDefinition: - env: - - name: CDS_CONFIG - value: null type: CAP image: null content-deploy: @@ -146,8 +143,5 @@ workloads: - bookshop-saas-registry-bind - bookshop-service-manager-bind jobDefinition: - env: - - name: CDS_CONFIG - value: null type: TenantOperation image: null diff --git a/test/files/expectedChart/valuesWithDestination.yaml b/test/files/expectedChart/valuesWithDestination.yaml index 55314f6..6c59c44 100644 --- a/test/files/expectedChart/valuesWithDestination.yaml +++ b/test/files/expectedChart/valuesWithDestination.yaml @@ -121,9 +121,6 @@ workloads: - bookshop-saas-registry-bind - bookshop-service-manager-bind deploymentDefinition: - env: - - name: CDS_CONFIG - value: null type: CAP image: null content-deploy: @@ -146,8 +143,5 @@ workloads: - bookshop-saas-registry-bind - bookshop-service-manager-bind jobDefinition: - env: - - name: CDS_CONFIG - value: null type: TenantOperation image: null