-
Sourced from: https://github.com/vmware-tanzu/carvel-ytt/issues/272
This is hopefully not too large of a CSS change. We're already adding and removing a class to our body when the fullscreen button i…
-
**What steps did you take:**
Deploy an `ns`, `pkg`, `pkgi`, `SA` and RBAC with kapp:
```shell
❯ ytt -f debug.yaml | kapp d -a debug -f- -y -c
Target cluster *****
@@ create namespace/debug (v…
-
### Bug description
During a TAP **1.3.0** upgrade we observed that the controller manager pod was not able to get to a running state and the pod status condition was - **OOMkilled** .
We also…
-
It would be nice to be able to append and element to an existing list.
I was thinking the syntax currently used for patching every element would be nice.
I can't think of an example where I would …
-
https://get-ytt.io/#gist:https://gist.github.com/cppforlife/b9d54ff11278a4e1cfe5d2c8c96f62ca
```
error: panic: Expected to find compiled template: Expected to find '_ytt_lib/app/config.lib.yml' co…
-
**What steps did you take:**
`kapp deploy -a myapp -f one.yaml -f two.yaml`
`one.yaml` has an App CR which internally creates a CRD (C).
`two.yaml` has a mock CRD (C) with the [exists](https://…
-
Hi.
I need to use "for" loop inside yaml templating.
I have config.yaml:
```yaml
#@data/values
---
logging:
apps: [[app1, ns1], [app2, ns2]]
```
template.yaml:
```yaml
#@ load("@ytt:dat…
-
**What steps did you take, what happened and what did you expect:**
Create a single level library structure.
```
.
├── default.yaml
├── _ytt_lib
│ └── mylib
│ └── local.star
```
…
-
**What steps did you take:**
1. https://carvel.dev/ytt#playground
2. Click on the "Full Screen" button
**What happened:**
- 👍 other elements on the page went away
- 👎 the size of the content ar…
-
**Describe the problem/challenge you have**
Currently, it's tedious to maintain the Contributing information across the project. Each repo has its own copy ([ytt example](https://github.com/vmware-ta…