Skip to content

Instantly share code, notes, and snippets.

View cppforlife's full-sized avatar
👉
building Kubernetes tools in https://github.com/k14s

Dmitriy Kalinin cppforlife

👉
building Kubernetes tools in https://github.com/k14s
View GitHub Profile
@cppforlife
cppforlife / config.yml
Last active January 25, 2020 00:29 — forked from strophy/config.yml
ytt docker-dash configuration templating
#@data/values
---
network: testnet
@cppforlife
cppforlife / config.yaml
Last active February 18, 2020 15:30 — forked from tommituura/config.yaml
ytt templating, how to combine values from two yamls into third? NOT WORKING, HELP NEEDED.
#@ load("@ytt:data", "data")
metadata: #@ data.values.cluster_metadata
platform: #@ data.values.platform
@cppforlife
cppforlife / iad_default.yaml
Last active February 27, 2020 19:19 — forked from jrboelens/iad_default.yaml
ytt data/values example
#@data/values
---
pop:
name: iad
nodes:
foo:
autostart: true
pop: ""
bar:
autostart: true
@cppforlife
cppforlife / config.yml
Created May 22, 2020 20:27
append args
kind: Deployment
containers:
- name: first
args:
- something
- name: second
args:
- something
- second
@cppforlife
cppforlife / _cmd
Last active July 30, 2021 00:05 — forked from warroyo/cluster.yaml
ytt example
$ ytt -f rebase.yml -f input.yml -f cluster.yaml