Showing posts with label Helm. Show all posts
Showing posts with label Helm. Show all posts

Thursday, May 13, 2021

Helm Loop over a range to N

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

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

{{$i}} {{end}}

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 ...