An open API service indexing awesome lists of open source software.

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

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