https://github.com/cloudpunks/helm-controller
Kustomize manifests for helm-controller
https://github.com/cloudpunks/helm-controller
kubernetes kustomize manifest
Last synced: 2 months ago
JSON representation
Kustomize manifests for helm-controller
- Host: GitHub
- URL: https://github.com/cloudpunks/helm-controller
- Owner: cloudpunks
- License: apache-2.0
- Created: 2023-07-20T11:47:52.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-24T08:27:50.000Z (over 1 year ago)
- Last Synced: 2025-03-24T09:35:58.237Z (over 1 year ago)
- Topics: kubernetes, kustomize, manifest
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# helm-controller
This repository defines a [Kustomize][kustomize] manifest which could be used by
other repositories to generate a [Kubernetes][kubernetes] manifest for the
installation of [helm-controller][project].
## Usage
```yaml
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
resources:
- github.com/cloudpunks/helm-controller?ref=v1.2.1
...
```
## Security
If you find a security issue please contact ops@cloudpunks.de first.
## Contributing
Fork -> Patch -> Push -> Pull Request
## Authors
* [Thomas Boerger](https://github.com/tboerger)
## License
Apache-2.0
## Copyright
```
Copyright (c) 2023 cloudpunks GmbH
```
[kustomize]: https://kustomize.io/
[kubernetes]: https://kubernetes.io/
[project]: https://github.com/k3s-io/helm-controller