test sealed-secrets decryption

This commit is contained in:
2024-07-17 00:42:06 +10:00
parent 33558ee672
commit 42f2c2d7c6
6 changed files with 6 additions and 24 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 install sealed-secrets -n kube-system --set-string fullnameOverride=sealed-secrets-controller sealed-secrets/sealed-secrets -f sealed-secrets-values.yaml

View File

@@ -0,0 +1,3 @@
service:
type: NodePort
nodePort: 31008