package
0.0.0-20240828231103-942ebe2263ca
Repository: https://github.com/alexferl/pk8s.git
Documentation: pkg.go.dev
# README
chart-params
This example demonstrate how to create a chart with params.
Using
CLI:
cd examples/chart_params
pk8s export
Code:
cd examples/chart_params
go run main.go
Output:
Generated Kubernetes manifests:
dev:
- dist/dev/hello.yaml
Manifest:
---
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: hello
name: hello
namespace: custom
# Functions
No description provided by the author
# Structs
No description provided by the author