João Pereira
João Pereira
Hey @braunsonm I was not able to reproduce this particular problem, these were the steps I did. 1. create the file `test.yml` with the following content: ```yaml --- apiVersion: admissionregistration.k8s.io/v1beta1...
As you suggested updating `failurePolicy` to `Ignore` before step 3 I get: ``` $ kapp deploy -a app-1 -f test.yml --diff-changes Target cluster 'https://127.0.0.1:51295' (nodes: kind-control-plane) 2, 2 metadata: 3...
Going to update the label and move it to our unprioritized list of issues. Let me know if this is something that is currently blocking you and needs a resolution...
When trying to deploy using the configuration files: ``` $ cat sa.yml --- apiVersion: v1 kind: Namespace metadata: name: nice-namespace --- apiVersion: v1 kind: ServiceAccount metadata: name: nice-sa namespace: nice-namespace...
Hello @jvassev looks like that you just need to correct one test, and from the looks of it you just need to remove the following lines: https://github.com/vmware-tanzu/carvel-kapp/blob/develop/test/e2e/order_test.go#L121 https://github.com/vmware-tanzu/carvel-kapp/blob/develop/test/e2e/order_test.go#L122 https://github.com/vmware-tanzu/carvel-kapp/blob/develop/test/e2e/order_test.go#L206 https://github.com/vmware-tanzu/carvel-kapp/blob/develop/test/e2e/order_test.go#L207...
Not sure I fully understand the use case. Let me try to paraphrase it to see if I got your problem. You are using vendir to sync a folder. In...
I think I understand better now what you are asking for. What would you expect vendir to return if the lock file contains multiple folders with tags? Something like this:...
Sorry I dropped the ball on this issue. The iteration and retrieving the first semver seems like a very error prune way to handle this, because it forces the user...
let me know if my suggestion make sense
I think we could definitly try and do some sort of jsonpath to have some templating of that version. Something like: ``` apiVersion: vendir.k14s.io/v1alpha1 kind: LockConfig version: #@ directives[0].contents[0].git.tags[0] directories:...