This commit is contained in:
simon
2025-04-14 12:11:34 +08:00
parent 66205e209a
commit 92ca3d474a
2 changed files with 4 additions and 3 deletions

View File

@@ -36,18 +36,20 @@ data:
nat_password: {{ $nat_password }}
---
{{ if not $share_secret -}}
apiVersion: v1
kind: Secret
metadata:
name: knowledge-share-secrets
namespace: os-system
annotations:
"helm.sh/hook": "pre-install"
"helm.sh/hook-delete-policy": before-hook-creation
type: Opaque
data:
pg_password: {{ $pg_password }}
redis_password: {{ $redis_password }}
---
{{ end }}
apiVersion: apr.bytetrade.io/v1alpha1
kind: MiddlewareRequest