Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Commit

Permalink
Add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
ritazh committed Sep 6, 2018
1 parent 441e50f commit cdfe246
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Expand Up @@ -4,17 +4,17 @@
version: 2
variables:
- &workdir
/go/src/github.com/Azure/kubernetes-keyvault-flexvol/azurekeyvault-flexvolume
/go/src/github.com/Azure/kubernetes-keyvault-flexvol
- &docker-image
- image: circleci/golang:1.9
- &build
name: Build
command:
V=1 make build
cd azurekeyvault-flexvolume && V=1 make build
- &run
name: Run
command: |
sudo .../deployment/flexvol-installer/azurekeyvault-flexvolume > /dev/null
sudo deployment/flexvol-installer/azurekeyvault-flexvolume > /dev/null
background: true
jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -4,7 +4,7 @@ Azure Key Vault FlexVolume for Kubernetes - Integrates Azure Key Vault with Kube

With the Azure Key Vault FlexVolume, developers can access application-specific secrets, keys, and certs stored in Azure Key Vault directly from their pods.

## **Project Status**: Alpha
[![CircleCI](https://circleci.com/gh/Azure/kubernetes-keyvault-flexvol/tree/master.svg?style=svg)](https://circleci.com/gh/Azure/kubernetes-keyvault-flexvol/tree/master)

## Design

Expand Down

0 comments on commit cdfe246

Please sign in to comment.