-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b34afa1
commit ab7d53a
Showing
24 changed files
with
656 additions
and
224 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
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
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
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 |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# generatorOptions | ||
|
||
- [generatorOptions](#generatoroptions) | ||
- [Generating the Helm Template](#generating-the-helm-template) | ||
- [Generate Kustomization](#generate-kustomization) | ||
- [Local Python](#local-python) | ||
- [Validate](#validate) | ||
|
||
--- | ||
|
||
## Generating the Helm Template | ||
|
||
```bash | ||
helm -n sealed-secrets template \ | ||
sealed-secrets \ | ||
--output-dir . \ | ||
--include-crds \ | ||
--skip-tests \ | ||
--version 1.12.2 \ | ||
stable/sealed-secrets | ||
``` | ||
|
||
## Generate Kustomization | ||
|
||
_These assumes you're in the root directory of this repository_ | ||
|
||
### Local Python | ||
|
||
```bash | ||
python3 ./src/helmizer.py ./examples/generatorOptions/helmizer.yaml | ||
``` | ||
|
||
## Validate | ||
|
||
```bash | ||
kubectl kustomize . | ||
``` |
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.