From cf4d2ad5244e8984853745d88f9f39c60dc3c270 Mon Sep 17 00:00:00 2001
From: ArthurSens <arthursens2005@gmail.com>
Date: Fri, 2 Apr 2021 01:26:13 +0000
Subject: [PATCH] Setup gitpod config for ephemeral dev-environments

Signed-off-by: ArthurSens <arthursens2005@gmail.com>
---
 .gitpod.yml | 8 ++++++++
 README.md   | 1 +
 2 files changed, 9 insertions(+)
 create mode 100644 .gitpod.yml

diff --git a/.gitpod.yml b/.gitpod.yml
new file mode 100644
index 00000000..413b7adc
--- /dev/null
+++ b/.gitpod.yml
@@ -0,0 +1,8 @@
+
+tasks: 
+  - init: |
+      make --always-make
+      export PATH="$(pwd)/tmp/bin:${PATH}"
+vscode:
+  extensions:
+    - heptio.jsonnet@0.1.0:woEDU5N62LRdgdz0g/I6sQ==
\ No newline at end of file
diff --git a/README.md b/README.md
index 794063bd..0bb77a10 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,7 @@
 
 [![Build Status](https://github.com/prometheus-operator/kube-prometheus/workflows/ci/badge.svg)](https://github.com/prometheus-operator/kube-prometheus/actions)
 [![Slack](https://img.shields.io/badge/join%20slack-%23prometheus--operator-brightgreen.svg)](http://slack.k8s.io/)
+[![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)
 
 > Note that everything is experimental and may change significantly at any time.
 
-- 
GitLab