-
Given a situation like this:
`values.yml`
```
#@data/values
---
ca_certs: []
```
`output.yml`
```
#@ load("@ytt:data", "data")
---
ca_certs: #@ data.values.ca_certs
```
`overlay.y…
-
Output of `helm version`:
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
mongodb-sharded d…
-
```python
def function() -> None:
'''
Function displays a question and reads a single character
from STDIN as an answer. Then returns the character as lower character.
Valid answe…
-
# Describe the bug #
Trying to setup ceph-csi with microk8s against a ceph cluster, just rbd for now. The plugin installs, a pvc/pv is created and be seen in ceph, but the pod stalls with the missi…
-
**Describe the problem/challenge you have**
kapp-controller when there is a single fetch is fairly intuitive and straightforward -- if you pull down a git repo with `/stuff/` then you can reference t…
-
in example-overlay-files, ops2.yml adds multiple map items (under annotations key) [1]. it has to specify missing_ok=True for per key because to indicate that it's ok to create-or-update. need to come…
-
## Bug Report
When running an unmanaged cluster with multiple nodes, only the control plane node will be exposed to the host when using the `-p` flags. So if you create a cluster like this `tanzu unm…
-
**Bug description**
Today I was trying to create a demo, involving image reallocation that needs `.imgpkg/images.yml` in place.
I start within in image bundle like the following. *The import…
-
/kind feature
**Describe the solution you'd like**
As an end user I would like the ability to create and assign tags in vCenter based on a list provided at cluster creation time or reconciliation …
-
Hi there! I have multiple `@data/values` files that are used for different branches. e.g.
```
# main.yml
#@data/values
---
main:
dependency_a_version: 1.0.0
dependency_b_version: 1.0.1
…