patch.jsonnet 80 B

123456789
  1. function (layers)
  2. [
  3. layers[0] {
  4. spec+: {
  5. replicas: 2,
  6. },
  7. }
  8. ]