mirror of
https://github.com/outbackdingo/argocd-example-apps.git
synced 2026-03-20 13:40:31 +00:00
10 lines
80 B
Jsonnet
10 lines
80 B
Jsonnet
function (layers)
|
|
|
|
[
|
|
layers[0] {
|
|
spec+: {
|
|
replicas: 2,
|
|
},
|
|
}
|
|
]
|