Skip to content

Instantly share code, notes, and snippets.

View sgreene570's full-sized avatar
Get this 🍞

Steve Greene sgreene570

Get this 🍞
View GitHub Profile
#!/bin/bash
# Numeric constants
declare -r -i pxname=0
declare -r -i svname=1
declare -r -i qcur=2
declare -r -i qmax=3
declare -r -i scur=4
declare -r -i smax=5
declare -r -i slim=6
@danehans
danehans / 01_contour_1.7_ocp_4.6.yaml
Last active August 21, 2020 19:54
contour_1.7_ocp_4.6
# Manifest for running Contour 1.7 on OCP 4.6 based on https://projectcontour.io/quickstart/contour.yaml
#
# This file is generated from the individual YAML files by generate-deployment.sh. Do not
# edit this file directly but instead edit the source files and re-render.
#
# Generated from:
# examples/contour/00-common.yaml
# examples/contour/01-contour-config.yaml
# examples/contour/01-crds.yaml
# examples/contour/02-job-certgen.yaml