https://github.com/steeltoeoss/netcoretoolservice
https://github.com/steeltoeoss/netcoretoolservice
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/steeltoeoss/netcoretoolservice
- Owner: SteeltoeOSS
- Created: 2021-03-25T12:08:10.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-03-03T17:34:10.000Z (12 months ago)
- Last Synced: 2025-03-30T22:42:31.694Z (11 months ago)
- Language: C#
- Size: 105 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steeltoe NetCoreToolService
[](https://dev.azure.com/SteeltoeOSS/Steeltoe/_build/latest?definitionId=45&branchName=main)
## Generate Kubernetes Manifest
```
# default manifest
$ ytt -f kubernetes
# sample custom manifest, see kubernetes/defaults.yaml for available parameters
$ ytt -f kubernetes -v replica_count=5
```