I hereby claim:
- I am crandles on github.
- I am crandles (https://keybase.io/crandles) on keybase.
- I have a public key ASB0W1klAxQLO1IgCfD_xz1l96XZVCXWUjfAAiCckbTuewo
To claim this, I am signing this object:
#!/bin/bash | |
# Small utility function based on yq to extract openAPIV3Schema from CRD | |
# example: crd2jsonschema.sh ./crd-alertmanager.yaml | |
set -e | |
function crd2jsonschema() { | |
set -e | |
local xkgroup="x-kubernetes-group-version-kind" | |
local document="$1" | |
local openAPIV3Schema=$(mktemp -u) |
I hereby claim:
To claim this, I am signing this object:
Create a Root CA, Intermediate CA, and Server certificate
bash root-setup.sh
bash int-setup.sh
bash server-setup.sh
git clone https://github.com/bitnami/charts.git
cd charts/bitnami/kube-prometheus
bash update-crds.sh