Skip to content

Instantly share code, notes, and snippets.

View skaegi's full-sized avatar

Simon Kaegi skaegi

  • IBM
  • Ottawa, Canada
View GitHub Profile
@skaegi
skaegi / K8s-Raw-Block-Kata.md
Created October 14, 2020 04:53 — forked from amshinde/K8s-Raw-Block-Kata.md
K8s Raw Block storage support with Kata
@skaegi
skaegi / volumes.yaml
Last active November 6, 2019 03:48 — forked from bobcatfish/volumes.yaml
Example using generated workspace subpaths and interpolation to retrieve the value, absolute paths in the Tasks, two separate workspaces instead of the hierarchical mailbox workspace
apiVersion: tekton.dev/v1alpha1
kind: Task
metadata:
name: make-stuff
spec:
params:
- name: message
steps:
- name: doit
image: alpine
// HOWTO: load LABjs itself dynamically!
// inline this code in your page to load LABjs itself dynamically, if you're so inclined.
(function (global, oDOC, handler) {
var head = oDOC.head || oDOC.getElementsByTagName("head");
function LABjsLoaded() {
// do cool stuff with $LAB here
}