SUSE / cap

Apache License 2.0
2 stars 1 forks source link

fix: Always create resource s3.kubecf-bundle #52

Closed viccuad closed 4 years ago

viccuad commented 4 years ago

It was only created when deploy-k8s=true. If one of course doesn't create the cluster on the pipeline, flying it will complain of the missing resource.

Note: I haven't tested this besides with:

jobs:
  deploy-k8s: false
  deploy-kubecf: true
  smoke-tests: true
  cf-acceptance-tests-brain: false
  sync-integration-tests: false
  minibroker-integration-tests: false
  cf-acceptance-tests: false
  upgrade-kubecf: false
  deploy-stratos: false
  destroy-kubecf: true

As I see no humane way of doing that.