update scripts

This commit is contained in:
2024-09-24 21:41:27 +10:00
parent 7ff12ff8e5
commit c322a7627d
3 changed files with 2 additions and 2 deletions

View File

@@ -0,0 +1,6 @@
#!/bin/bash
set -e
helm repo add sealed-secrets https://bitnami-labs.github.io/sealed-secrets && \
helm repo update && \
helm upgrade --install sealed-secrets -n kube-system --set-string fullnameOverride=sealed-secrets-controller sealed-secrets/sealed-secrets -f sealed-secrets-values.yaml