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

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": [],