Skip to content

Commit 43cc2fd

Browse files
authored
Update .transpire.py
1 parent 20f6e33 commit 43cc2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.transpire.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ def objects():
3333
sec = Secret(
3434
name="keycloak-secret",
3535
string_data={
36-
'secret': '',
37-
'encryption_key': '',
36+
'CLIENT_SECRET': '',
37+
'ENCRYPTION_KEY': '',
3838
}
3939
)
4040

0 commit comments

Comments
 (0)