We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20f6e33 commit 43cc2fdCopy full SHA for 43cc2fd
1 file changed
.transpire.py
@@ -33,8 +33,8 @@ def objects():
33
sec = Secret(
34
name="keycloak-secret",
35
string_data={
36
- 'secret': '',
37
- 'encryption_key': '',
+ 'CLIENT_SECRET': '',
+ 'ENCRYPTION_KEY': '',
38
}
39
)
40
0 commit comments