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
[ | |
{ | |
"uri": "features\/janky.feature", | |
"id": "janky-feature", | |
"keyword": "Feature", | |
"name": "Janky feature", | |
"description": "", | |
"line": 1, | |
"elements": [ | |
{ |
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
$ k get ns | |
NAME STATUS AGE | |
cert-manager Active 20d | |
default Active 20d | |
jenkins Active 2d9h | |
kube-public Active 20d | |
kube-system Active 20d | |
nginx-ingress Active 20d | |
ob-mirror Active 19d | |
simplest-commitbee Active 6d10h |
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
Wed Nov 7 02:40:50 UTC 2018 |
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
{ | |
"name": "hello", | |
"version": "1.0.0", | |
"lockfileVersion": 1, | |
"requires": true, | |
"dependencies": { | |
"ajv": { | |
"version": "5.5.2", | |
"resolved": "https://registry.npmjs.org/ajv/-/ajv-5.5.2.tgz", | |
"integrity": "sha1-c7Xuyj+rZT49P5Qis0GtQiBdyWU=", |
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
#!/usr/bin/env bash | |
git clone https://github.com/kingdonb/empfin-docker.git | |
cd empfin-docker | |
for i in docker-slave docker-jnlp-slave jnlp-slave-ruby docker-jnlp-slave-ruby-runtime | |
do | |
git clone https://github.com/kingdonb/${i}.git | |
done |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
local-hostname: cloudimg |
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
diff --git a/charts/builder/templates/builder-deployment.yaml b/charts/builder/templates/builder-deployment.yaml | |
index d5ea4a0..35ab6bb 100755 | |
--- a/charts/builder/templates/builder-deployment.yaml | |
+++ b/charts/builder/templates/builder-deployment.yaml | |
@@ -42,6 +42,10 @@ spec: | |
{{- end}} | |
{{- end}} | |
env: | |
+ - name: DEIS_MINIO_SERVICE_HOST | |
+ value: "172.17.12.108" |
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
[debug] Created tunnel using local port: '58829' | |
[debug] SERVER: "localhost:58829" | |
REVISION: 7 | |
RELEASED: Thu Aug 24 14:54:57 2017 | |
CHART: workflow-v2.17.0 | |
USER-SUPPLIED VALUES: | |
{} |
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
diff --git a/examples/volumes/nfs/nfs-pv.yaml b/examples/volumes/nfs/nfs-pv.yaml | |
index 258f4d4c9d..c219f3aa39 100644 | |
--- a/examples/volumes/nfs/nfs-pv.yaml | |
+++ b/examples/volumes/nfs/nfs-pv.yaml | |
@@ -2,12 +2,15 @@ apiVersion: v1 | |
kind: PersistentVolume | |
metadata: | |
name: nfs | |
+ labels: | |
+ id: my-nfs-volume |