1
0
Fork 0

feat(sealed-secrets): initial deployment of the application

This commit is contained in:
Sergio Talens-Oliag 2025-05-03 00:55:13 +02:00
parent 82823e1fc3
commit 9ae6f68058
Signed by: sto
GPG key ID: 821AEE0FD167FBDF
5 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,15 @@
apiVersion: builtin
kind: HelmChartInflationGenerator
metadata:
name: sealed-secrets
releaseName: sealed-secrets
name: sealed-secrets
namespace: kube-system
repo: https://bitnami-labs.github.io/sealed-secrets
version: 2.17.2
includeCRDs: true
# Add common values to all argo-cd projects inline
valuesInline:
fullnameOverride: sealed-secrets-controller
# Load a values.yaml file from the same directory that uses this generator
valuesFile: values.yaml