Compare commits
3 Commits
feat/helm-
...
feature/he
Author | SHA1 | Date | |
---|---|---|---|
655771c8ac | |||
7127914de2 | |||
33d8a30c69 |
16
charts/index.yaml
Executable file
16
charts/index.yaml
Executable file
@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
entries:
|
||||
molgenis-preview:
|
||||
- apiVersion: v1
|
||||
appVersion: "1.0"
|
||||
created: 2018-09-11T16:11:49.165533266+02:00
|
||||
description: MOLGENIS - helm stack for testing purposes
|
||||
digest: e1174bd0d8a71bf4d23f5463521cf4dbcac39dc93f16cd842c92cda1a963f6b2
|
||||
icon: https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm/raw/master/molgenis-preview/catalogIcon-molgenis.svg
|
||||
name: molgenis-preview
|
||||
sources:
|
||||
- https://git.webhosting.rug.nl/molgenis/molgenis-ops-docker-helm.git
|
||||
urls:
|
||||
- molgenis-preview-0.2.0.tgz
|
||||
version: 0.2.0
|
||||
generated: 2018-09-11T16:11:49.158086031+02:00
|
BIN
charts/molgenis-preview-0.2.0.tgz
Normal file
BIN
charts/molgenis-preview-0.2.0.tgz
Normal file
Binary file not shown.
0
molgenis-jenkins/resources/README.md
Normal file
0
molgenis-jenkins/resources/README.md
Normal file
@ -0,0 +1,13 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
kind: RoleBinding
|
||||
metadata:
|
||||
name: tiller-jenkins-binding
|
||||
namespace: kube-system
|
||||
roleRef:
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
kind: Role
|
||||
name: tiller-user
|
||||
subjects:
|
||||
- kind: ServiceAccount
|
||||
name: default
|
||||
namespace: molgenis-jenkins
|
18
molgenis-jenkins/resources/tiller-user-role.yaml
Normal file
18
molgenis-jenkins/resources/tiller-user-role.yaml
Normal file
@ -0,0 +1,18 @@
|
||||
apiVersion: rbac.authorization.k8s.io/v1beta1
|
||||
kind: Role
|
||||
metadata:
|
||||
name: tiller-user
|
||||
namespace: kube-system
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods/portforward
|
||||
verbs:
|
||||
- create
|
||||
- apiGroups:
|
||||
- ""
|
||||
resources:
|
||||
- pods
|
||||
verbs:
|
||||
- list
|
@ -416,12 +416,6 @@ jenkins:
|
||||
key: VAULT_ADDR
|
||||
secretName: molgenis-pipeline-vault-secret
|
||||
secretKey: addr
|
||||
helm:
|
||||
Image: "lachlanevenson/k8s-helm"
|
||||
ImageTag: "v2.10.0"
|
||||
Command: cat
|
||||
WorkingDir: /home/jenkins
|
||||
TTY: true
|
||||
NodeSelector: {}
|
||||
node:
|
||||
Label: node-carbon
|
||||
|
Reference in New Issue
Block a user