This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: ConfigMap | |
metadata: | |
name: config | |
data: | |
config.yaml: | | |
prowjob_namespace: jx | |
pod_namespace: jx | |
tide: | |
context_options: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: PersistentVolumeClaim | |
metadata: | |
labels: | |
app: nexus | |
chart: nexus-0.0.14 | |
heritage: Tiller | |
release: jenkins-x | |
name: jenkins-x-nexus | |
namespace: jx |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package util | |
import ( | |
"os/exec" | |
"strings" | |
"testing" | |
"encoding/json" | |
"fmt" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package util | |
import ( | |
"os/exec" | |
"strings" | |
"testing" | |
"encoding/json" | |
"fmt" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
apiVersion: v1 | |
kind: BuildConfig | |
metadata: | |
name: pv-checker | |
spec: | |
runPolicy: Serial | |
source: | |
git: | |
ref: master | |
uri: https://github.com/rawlingsj/pv-checker.git |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
apiVersion: v1 | |
kind: List | |
items: | |
- apiVersion: v1 | |
kind: Service | |
metadata: | |
annotations: | |
fabric8.io/app-menu: development | |
fabric8.io/git-commit: 452b9c1521c3ae562a63f1e438756ff146ba6c02 |