Skip to content

Instantly share code, notes, and snippets.

View rawlingsj's full-sized avatar

James Rawlings rawlingsj

View GitHub Profile
apiVersion: v1
kind: ConfigMap
metadata:
name: config
data:
config.yaml: |
prowjob_namespace: jx
pod_namespace: jx
tide:
context_options:
@rawlingsj
rawlingsj / index.html
Last active September 27, 2018 14:11
<html>
<head>
<title>CloudBees Application for Kubernetes CD</title>
</head>
<body bgcolor=white>
<table border="0" cellpadding="10">
<tr>
<td>
<img height="300" width="300" src="https://raw.githubusercontent.com/jenkins-x/jenkins-x-website/e6d33452976bdab9489b63153c2e7f93312a9af3/images/core.png">
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
labels:
app: nexus
chart: nexus-0.0.14
heritage: Tiller
release: jenkins-x
name: jenkins-x-nexus
namespace: jx
nexus:
persistence:
storageClass: alicloud-disk-available
JXBasicAuth: admin:$apr1$a/HdTrV7$XYCGJWF9PdVwVVTvjMyaU/
expose:
Annotations:
helm.sh/hook: post-install,post-upgrade
helm.sh/hook-delete-policy: hook-succeeded
<html>
<head>
<title>Jenkins X</title>
</head>
<body bgcolor=white>
<table border="0" cellpadding="10">
<tr>
<td>
<img height="300" width="300" src="https://github.com/jenkins-x/jenkins-x-website/raw/e5aae999166a67d6220aa469eed1f23e0996c1f7/images/logo.png">
package util
import (
"os/exec"
"strings"
"testing"
"encoding/json"
"fmt"
package util
import (
"os/exec"
"strings"
"testing"
"encoding/json"
"fmt"
apiVersion: storage.k8s.io/v1
kind: StorageClass
metadata:
annotations:
storageclass.beta.kubernetes.io/is-default-class: "true"
labels:
addonmanager.kubernetes.io/mode: Reconcile
name: standard
provisioner: k8s.io/minikube-hostpath
apiVersion: v1
kind: BuildConfig
metadata:
name: pv-checker
spec:
runPolicy: Serial
source:
git:
ref: master
uri: https://github.com/rawlingsj/pv-checker.git
---
apiVersion: v1
kind: List
items:
- apiVersion: v1
kind: Service
metadata:
annotations:
fabric8.io/app-menu: development
fabric8.io/git-commit: 452b9c1521c3ae562a63f1e438756ff146ba6c02