A Kubernetes operator that bridges Hardware Security Module (HSM) data storage with Kubernetes Secrets, providing true secret portability th
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

don't run tests nightly

-3
-3
.github/workflows/e2e-tests.yml
··· 3 3 # Only run E2E tests manually or on schedule (not on every push) 4 4 on: 5 5 workflow_dispatch: # Manual trigger 6 - schedule: 7 - - cron: '0 2 * * *' # Run nightly at 2 AM UTC 8 - # Optionally run on release tags 9 6 push: 10 7 tags: 11 8 - 'v*.*.*'