Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oun/pulumi-flux
Pulumi provider for FluxCD
https://github.com/oun/pulumi-flux
flux2 fluxcd iac pulumi
Last synced: 16 days ago
JSON representation
Pulumi provider for FluxCD
- Host: GitHub
- URL: https://github.com/oun/pulumi-flux
- Owner: oun
- License: apache-2.0
- Created: 2022-09-24T06:52:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T10:52:32.000Z (over 1 year ago)
- Last Synced: 2025-01-03T15:15:41.198Z (21 days ago)
- Topics: flux2, fluxcd, iac, pulumi
- Language: Python
- Homepage:
- Size: 388 KB
- Stars: 8
- Watchers: 4
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
# Flux Pulumi Provider
The Flux Provider lets you manage [FluxCD](https://fluxcd.io) resources.
This provider wraps the existing [Terraform Provider Flux](https://github.com/fluxcd/terraform-provider-flux).## Installing
This package is available for several languages/platforms:
### Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either `npm`:
```bash
npm install @worawat/flux
```or `yarn`:
```bash
yarn add @worawat/flux
```### Python
To use from Python, install using `pip`:
```bash
pip install pulumi-flux
```### Go
To use from Go, use `go get` to grab the latest version of the library:
```bash
go get github.com/oun/pulumi-flux/sdk/go/...
```### .NET
To use from .NET, install using `dotnet add package`:
```bash
dotnet add package Pulumi.Flux
```## Examples
Find working Python code samples in the [`./examples`](https://github.com/oun/pulumi-flux/tree/main/examples) directory.
## Reference
For detailed reference documentation, please visit the [the Pulumi registry](https://www.pulumi.com/registry/packages/flux/api-docs/).