From ab00b2a62c22e9260c0abf1c262875e4d5cf39e2 Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 7 Oct 2023 12:51:11 +0200 Subject: [PATCH] Update steps --- infra/STEPS.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infra/STEPS.md b/infra/STEPS.md index fb72908..739708b 100644 --- a/infra/STEPS.md +++ b/infra/STEPS.md @@ -44,4 +44,12 @@ https://grafana.com/blog/2023/01/19/how-to-monitor-kubernetes-clusters-with-the- ```sh kubectl apply -f https://raw.githubusercontent.com/prometheus-operator/prometheus-operator/main/bundle.yaml --force-conflicts=true --server-side=true +``` + +## Sealed Secrets +https://github.com/bitnami-labs/sealed-secrets + +```sh +helm repo add sealed-secrets https://bitnami-labs.github.io/sealed-secrets +helm install sealed-secrets -n kube-system --set-string fullnameOverride=sealed-secrets-controller sealed-secrets/sealed-secrets ``` \ No newline at end of file