Skip to content

Commit

Permalink
Add badges (#4)
Browse files Browse the repository at this point in the history
Added Azure Pipelines badge
Added Release info badge
Added Docker related info badge
Added License badge
.gitignore update for IntelliJ local files

Signed-off-by: Sorin Moldovan <[email protected]>
  • Loading branch information
tethryus authored and winromulus committed May 12, 2019
1 parent ba9b39e commit bd0db75
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ paket-files/

# JetBrains Rider
.idea/
*.sln.iml
*.iml

# CodeRush
.cr/
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Reflector
Reflector is a Kubernetes addon designed monitor changes to resources (secrets and configmaps) and reflect changes to mirror resources in the same or other namespaces.
Reflector is a Kubernetes addon designed to monitor changes to resources (secrets and configmaps) and reflect changes to mirror resources in the same or other namespaces.

[![Build Status](https://dev.azure.com/emberstack/OpenSource/_apis/build/status/ES.Kubernetes.Reflector?branchName=master)](https://dev.azure.com/emberstack/OpenSource/_build/latest?definitionId=12&branchName=master)
[![Release](https://img.shields.io/github/release/emberstack/ES.Kubernetes.Reflector.svg?style=flat-square)](https://github.com/emberstack/ES.Kubernetes.Reflector/releases/latest)
[![GitHub Tag](https://img.shields.io/github/tag/emberstack/ES.Kubernetes.Reflector.svg?style=flat-square)](https://github.com/emberstack/ES.Kubernetes.Reflector/releases/latest)
[![Docker Image](https://images.microbadger.com/badges/image/emberstack/es.kubernetes.reflector.svg)](https://microbadger.com/images/emberstack/es.kubernetes.reflector)
[![Docker Version](https://images.microbadger.com/badges/version/emberstack/es.kubernetes.reflector.svg)](https://microbadger.com/images/emberstack/es.kubernetes.reflector)
[![Docker Pulls](https://img.shields.io/docker/pulls/emberstack/es.kubernetes.reflector.svg?style=flat-square)](https://hub.docker.com/r/emberstack/es.kubernetes.reflector)
[![Docker Stars](https://img.shields.io/docker/stars/emberstack/es.kubernetes.reflector.svg?style=flat-square)](https://hub.docker.com/r/remberstack/es.kubernetes.reflector)
[![license](https://img.shields.io/github/license/emberstack/ES.Kubernetes.Reflector.svg?style=flat-square)](LICENSE)

### Extensions
Reflector includes a cert-manager extension used to automatically annotate created secrets and allow reflection. See the `cert-manager` extension usage below for more details.
Expand Down

0 comments on commit bd0db75

Please sign in to comment.