Skip to content

Instantly share code, notes, and snippets.

View eddycharly's full-sized avatar
🏠
Working from home

Charles-Edouard Brétéché eddycharly

🏠
Working from home
View GitHub Profile

Keybase proof

I hereby claim:

  • I am eddycharly on github.
  • I am eddycharly (https://keybase.io/eddycharly) on keybase.
  • I have a public key whose fingerprint is CED0 CE58 89EC 5E58 A510 F6B3 F522 BD6A 7349 0D43

To claim this, I am signing this object:

package main
import (
"encoding/json"
"fmt"
"io/ioutil"
"os"
"github.com/jmespath-community/go-jmespath"
"github.com/nwidger/jsoncolor"
@eddycharly
eddycharly / kind-argo.sh
Created October 10, 2022 21:54
Kind / ArgoCD / Kyverno
#!/usr/bin/env bash
set -e
# CONSTANTS
readonly KIND_IMAGE=kindest/node:v1.24.4
readonly NAME=argo
# CREATE CLUSTER