Skip to content

Commit

Permalink
samples: update samples
Browse files Browse the repository at this point in the history
Update deployment-docker-busybox.yaml and azure-file-secrets.yaml

Signed-off-by: Saul Paredes <[email protected]>
  • Loading branch information
Redent0r committed May 30, 2024
1 parent f46f3f6 commit 803cfeb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ spec:
- name: perfshare
azureFile:
secretName: azure-secret
shareName: dmihaishare
shareName: tempshare
readOnly: false
6 changes: 3 additions & 3 deletions src/tools/genpolicy/update_policy_samples.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ def timeRunCmd(arg):
print(f"filepath does not exists: {filepath}")

# build tool
print("COMMAND: cargo build")
runCmd("cargo build")
print("COMMAND: LIBC=gnu BUILD_TYPE= make")
runCmd("LIBC=gnu BUILD_TYPE= make")

# update files
genpolicy_path = "target/debug/genpolicy"
genpolicy_path = "target/x86_64-unknown-linux-gnu/debug/genpolicy"

total_start = time.time()
executor = ThreadPoolExecutor(max_workers=os.cpu_count())
Expand Down

0 comments on commit 803cfeb

Please sign in to comment.