feat(secrets): add sealed secrets for database and internal configurations
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# PLACEHOLDER — seal with htwg-1 cluster key before use
|
||||
apiVersion: bitnami.com/v1alpha1
|
||||
kind: SealedSecret
|
||||
metadata:
|
||||
name: ncs-jwt-keys
|
||||
namespace: nowchess
|
||||
spec:
|
||||
encryptedData:
|
||||
REPLACE_KEY: REPLACE_WITH_SEALED_VALUE
|
||||
template:
|
||||
metadata:
|
||||
name: ncs-jwt-keys
|
||||
namespace: nowchess
|
||||
Reference in New Issue
Block a user