Skip to content

Commit 874bf08

Browse files
authored
Merge pull request prometheus-operator#1074 from ArthurSens/as/gitpodfy
Setup gitpod config for ephemeral dev-environments
2 parents 2ba8d8a + cf4d2ad commit 874bf08

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.gitpod.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
tasks:
3+
- init: |
4+
make --always-make
5+
export PATH="$(pwd)/tmp/bin:${PATH}"
6+
vscode:
7+
extensions:
8+
- heptio.jsonnet@0.1.0:woEDU5N62LRdgdz0g/I6sQ==

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![Build Status](https://github.com/prometheus-operator/kube-prometheus/workflows/ci/badge.svg)](https://github.com/prometheus-operator/kube-prometheus/actions)
44
[![Slack](https://img.shields.io/badge/join%20slack-%23prometheus--operator-brightgreen.svg)](http://slack.k8s.io/)
5+
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/prometheus-operator/kube-prometheus)
56

67
> Note that everything is experimental and may change significantly at any time.
78

0 commit comments

Comments
 (0)