Schritt 1
Create secret and add Helm repo
Store the API key in a Kubernetes Secret and add the chart repository.
- kubectl create namespace secplatform
- kubectl create secret generic secplatform-k8s-scanner --namespace secplatform --from-literal=api-key=sp_xxxx
- helm repo add secplatform https://charts.yourdomain.com && helm repo update