chore: turn off talisman for ephemeral environments in ci (#24627)

This commit is contained in:
Elizabeth Thompson 2023-07-19 14:22:32 -07:00 committed by GitHub
parent 5878c117f2
commit 1a9724582f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -25,8 +25,12 @@
"value": "8080"
},
{
"name": "SUPERSET_SECRET_KEY",
"value": "super-secret-for-ephemerals"
"name": "SUPERSET_SECRET_KEY",
"value": "super-secret-for-ephemerals"
},
{
"name": "TALISMAN_ENABLED",
"value": "False"
}
],
"mountPoints": [],