dirsigler / uptime-kuma-helm

This Helm Chart installs Uptime-Kuma from @louislam to your Kubernetes Cluster.
https://helm.irsigler.cloud
GNU General Public License v3.0
144 stars 49 forks source link

HELM CHART FEATURE ENHANCEMENT #132

Closed druheendas closed 7 months ago

druheendas commented 9 months ago

Can we add a feature in the helm chart, to use an existing secret, as to use this helm chart I will have to commit the API key in the values file of helm chart and push it to the VCS. I prefer using sealed secrets to encrypt secrets before pushing it to VCS.

dirsigler commented 9 months ago

Hey @druheendas ,

to be honest I am not quite understanding what your need is. For what you do use the API Key?

If you have some API Keys or Secrets which you want to secure in your VCS I would recommend to use Mozillas SOPS. This way you can use the KMS system of your choice or GPG to encrypt the values.yaml.

Hope that helps you out!

druheendas commented 3 months ago

In the helm chart in the values file there is a part where we have to add the API key of uptime kuma in serviceMonitor.basicAuth. I am using Bitnami sealed secrets to avoid committing sensitive data to git. Please add an option to use an existing secret. Please allow me to create a PR for the same.