https://github.com/lucsoft/personal-cluster
https://github.com/lucsoft/personal-cluster
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lucsoft/personal-cluster
- Owner: lucsoft
- Created: 2024-12-12T21:16:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-01T19:08:43.000Z (over 1 year ago)
- Last Synced: 2025-04-02T14:54:41.620Z (over 1 year ago)
- Language: Pkl
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HmSYS Cluster
## Tools
- talhelper
- sops
## Pkl
### Adding new CRDs
```bash
pkl eval package://pkg.pkl-lang.org/pkl-pantry/k8s.contrib.crd@1.0.13#/generate.pkl \
-m . \
-p source="https://raw.githubusercontent.com/argoproj/argo-cd/v2.7.2/manifests/install.yaml"
```