Soumik Majumder
Soumik Majumder
@jorgemoralespou If a user wants to stop using ytt overlays that were previously supplied to a package installation, they can do something like `kctrl package installed update -i --ytt-overlays=false`. This...
We did go with `--ytt-overlays` as it was consistent with how we handle `values`
Right now a secret created by the command: ``` kctrl package installed update --ytt-overlay-file overlay-file.yaml --ytt-overlay-file /overlays-folder ``` Will look something like: ``` apiVersion: v1 kind: Secret metadata: annotations: packaging.carvel.dev/package:...
To illustrate further, lets say a folder `kctrloverlays` has the following files, ``` ├── overlays │ ├── first │ │ └── overlay.yml │ └── second │ ├── a-overlay.yml │ └──...
Spent some time on it as well, but most ways around it seem to just be moving the same conditionals elsewhere :(
Added a Apple Silicon-targeted version for our [latest release](https://github.com/vmware-tanzu/carvel-kapp/releases/tag/v0.39.0). There is a [PR](https://github.com/vmware-tanzu/carvel-kapp/issues/292) updating our scripts to do this for future releases. Made a [PR](https://github.com/vmware-tanzu/homebrew-carvel/pull/17) to `vmware-tanzu/homebrew-carvel` updating the formula...
Ran into a failure for `Test_PackageInstalled_FromPackageInstall_DeletionFailureBlocks` [here](https://github.com/vmware-tanzu/carvel-kapp-controller/actions/runs/3088070074/jobs/4994122867#step:6:4080) where it seems like the deletion never fails.
Another `wait: no child processes` on a failing `Test_SecretsAndConfigMapsWithCustomPathsCanReconcile` [here](https://github.com/vmware-tanzu/carvel-kapp-controller/actions/runs/3271118682/jobs/5380519294) cc: @neil-hickey in case it helps
Branched out from #412
I would like to take this up for Go.