https://github.com/akankshakumari393/depkon
Kubernetes Operator that syncs configMap with deployment envVariable
https://github.com/akankshakumari393/depkon
controller dockerfile golang helm kubernetes operator
Last synced: 2 months ago
JSON representation
Kubernetes Operator that syncs configMap with deployment envVariable
- Host: GitHub
- URL: https://github.com/akankshakumari393/depkon
- Owner: akankshakumari393
- Created: 2022-05-01T04:29:04.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-15T17:13:45.000Z (about 4 years ago)
- Last Synced: 2025-01-30T19:54:53.402Z (over 1 year ago)
- Topics: controller, dockerfile, golang, helm, kubernetes, operator
- Language: Go
- Homepage:
- Size: 91.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/akankshakumari393/depkon)
[](https://github.com/gomods/athens)
# 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
```