File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed
Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -21,20 +21,6 @@ backend:
2121 debug : " 1"
2222 apiBaseUrl : " https://balancertestsite.com/"
2323 allowedHosts : " *"
24- secrets :
25- # Choose one of these methods
26- useSealedSecrets : true # Use Sealed Secrets
27- useExternalSecrets : false # Use External Secrets Operator
28-
29- # For Sealed Secrets (encrypted values)
30- secretKey : " " # Encrypted value from kubeseal
31- emailPassword : " " # Encrypted value from kubeseal
32- databasePassword : " " # Encrypted value from kubeseal
33- openaiApiKey : " " # Encrypted value from kubeseal
34-
35- # For External Secrets
36- externalSecretStore : " balancer-secret-store"
37- externalSecretPath : " balancer/backend"
3824
3925frontend :
4026 replicaCount : 1
@@ -85,12 +71,4 @@ database:
8571 storageClass : " " # Use default storage class if not specified
8672
8773email :
88- 89-
90- # Sealed Secrets configuration
91- # These values should be encrypted using kubeseal before being committed
92- sealedSecrets :
93- secretKey : " " # Example encrypted value
94- emailPassword : " " # Example encrypted value
95- databasePassword : " " # Example encrypted value
96- openaiApiKey : " " # Example encrypted value
74+
You can’t perform that action at this time.
0 commit comments