Fixes broken config path for functions (#1177)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import os
|
||||
def main():
|
||||
cfgmap_path = "/configmaps/"
|
||||
cfgmap_path = "/configs/"
|
||||
secret_path = "/secrets/"
|
||||
if os.listdir(cfgmap_path) or os.listdir(secret_path):
|
||||
return "no", 400
|
||||
|
||||
Reference in New Issue
Block a user