-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update component-webhooks example to use new Pepr k8s fluent c…
…lient (#2090) ## Description Update Pepr to `v0.15.0` and use new k8s fluent client - adds types for parsing zarf package secret data - adds a `zarf internal gen-types-schema` command to generate a JSON schema from Zarf types (DeployedPackage, ZarfPackage, ZarfState). This command was used to auto-generate the typescript interfaces in `examples/component-webhook/capabilities/zarf-types.ts` ## Related Issue Fixes #2030 ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [x] Other (security config, docs update, etc) ## Checklist before merging - [x] Test, docs, adr added or updated as needed - [x] [Contributor Guide Steps](https://github.com/defenseunicorns/zarf/blob/main/CONTRIBUTING.md#developer-workflow) followed --------- Co-authored-by: Wayne Starr <[email protected]>
- Loading branch information
1 parent
06c8e53
commit 03fea70
Showing
12 changed files
with
1,798 additions
and
3,184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,8 @@ | |
"ignorePatterns": [ | ||
"node_modules", | ||
"dist", | ||
"hack" | ||
"hack", | ||
"capabilities/zarf-types.ts" | ||
], | ||
"root": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.