Thursday, May 13, 2021

Helm Loop over a range to N

 {{$count := .Values.replicas | int }}

{{range $i, $e := until $count }}

{{$i}} {{end}}

No comments:

Post a Comment

Install and use xorg-server on macOS via Homebrew

  The instructions to install and use xorg-server on macOS via Homebrew: Install Homebrew (if you haven't already): /bin/bash -c ...