python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Helm + ytt + argo
I am a begginer developer. Please help to find my mistake
I have a helm chart with ytt .yml files. I going to deploy the chart in argo. There are many links for helm+argo/kubernetes, but poor with hel...
Armenuhi Kocharyan
Votes: 0
Answers: 2
YTT overlays: modify arrays using data from that arrays
This question is about YTT.
Is it possible to modify YAML list of items using the data from that items via overlays?
For example we have a template:
---
vlans:
- vlan-id: 10
- vlan-id: 20
- vlan-id: 3...
Anton M.
Votes: 0
Answers: 1
How to split ytt method definition from schema
I'm trying to split a method definition from the schema. This is a case loosely inspired by the official how-to. If the following code is present in the same file, it works well. However if I'm splitt...
Bernard Halas
Votes: 0
Answers: 1