Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 711 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 711 Bytes

Go Report Card GitHub go.mod Go version of a Go module

Depkon Kubernetes Operator

This operator tries to sync a configmap resorces with a list of deployment for a particular namespace. In this project we have defined a Custom Resource depkon.

Install using helm

helm repo add akankshakumari393 https://akankshakumari393.github.io/helm-charts
kubectl create namespace controller
helm install depkon akankshakumari393/depkon-operator -n controller