Skip to content

Instantly share code, notes, and snippets.

View natalie-elizabeth's full-sized avatar

Natalie Elizabeth natalie-elizabeth

View GitHub Profile
###########################################################
# Automation of Everything #
# How To Combine Argo Events, Workflows, CD, and Rollouts #
# https://youtu.be/XNXJtxkUKeY #
###########################################################
# Requirements:
# - k8s v1.19+ cluster with nginx Ingress
# Replace `[...]` with the GitHub organization or the username
@natalie-elizabeth
natalie-elizabeth / rot13.bash
Created January 8, 2021 15:38 — forked from noqqe/rot13.bash
An implementation of rot13 encryption written in pure bash
#!/bin/bash
# Choose your favorite table
# classic
SIGNS=( a b c d e f g h i j k l m n o p q r s t u v w x y z )
# advanced
#SIGNS=( a b c d f e h g j i l k m n o p q r s t u v w x y z . - ? ! "#" "+" )
@natalie-elizabeth
natalie-elizabeth / prometheus.tf
Last active April 24, 2020 18:07
K8s in terraform
provider "kubernetes" {}
resource "kubernetes_namespace" "prometheus" {
metadata {
name = "prometheus"
}
}
// config_map
resource "kubernetes_config_map" "prometheus" {

Keybase proof

I hereby claim:

  • I am natalie-elizabeth on github.
  • I am natalielizabeth (https://keybase.io/natalielizabeth) on keybase.
  • I have a public key ASBygyB701ofOqPLiLhUC2tRzWlkTUvO75q7elwd7LaRqQo

To claim this, I am signing this object: