Skip to content

Instantly share code, notes, and snippets.

View koalalorenzo's full-sized avatar
Above the Cloud there is a sky full of stars

Lorenzo Setale koalalorenzo

Above the Cloud there is a sky full of stars
View GitHub Profile
@rimusz
rimusz / gitlab-runner.yaml
Created May 10, 2017 15:40 — forked from lsjostro/gitlab-runner.yaml
gitlab-runner k8s
kind: Role
apiVersion: rbac.authorization.k8s.io/v1beta1
metadata:
name: gitlab-ci
namespace: gitlab
rules:
- apiGroups: ["*"]
resources: ["*"]
verbs: ["*"]