Daniel Helfand
Daniel Helfand
I was able to reproduce following the steps provided.
This may be a bit challenging for resources like Workflows, which will require a schema for this feature to work. Due to the size of the CRDs with the schema,...
This step should be able to be run conditionally. Tekton does support conditional tasks. Not sure how this would work with `tkn` at this point, and there may need to...
This can be accomplished by doing the following: 1. Add this `task` to the deploy-pipeline: ```yaml - name: deploy-mongo taskRef: name: openshift-client params: - name: ARGS value: "new-app centos/mongodb-36-centos7 -e...
Thanks for these suggestions. I'll take a look and see what the best way to include in instructions would be.
Unfortunately, the subscription requires `InstallPlanApproval` to be `Automatic` to complete the installation. The tutorial has been updated to `v0.7.0` to account for the latest version of the operator. A different...
Running into this same issue with `kbld`. The bundle pulled using `imgpkg` has the `.imgpkg` contents. If running a `kbld -f ... | kapp deploy -a simple-app -f-`, the following...
I wonder if this story should be more general as far as what the idea is (i.e. ignore hidden files by default and support an option to allow hidden files)...
@pkubatrh Can you review this when you have a moment?
@hhorak @jcajka Just wanted to check in on this and see if you all had any feedback or thoughts. Thanks.