Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 749 Bytes

DEVELOPMENT.md

File metadata and controls

37 lines (24 loc) · 749 Bytes

Development

Prerequisites

Tools to build and test k8s-secret-injector

Apart from kubernetes cluster, there are some tools which are needed to build and test k8s-secret-injector.

Build Locally

To achieve this, execute this command:-

make build-code

Build Image

k8s-secret-injector gets packaged as a container image for running on Kubernetes cluster. These instructions will guide you to build image.

make build-image

Testing

For testing you may have to setup Hashicorp Vault.

Run Tests

make test