generated from pulumi/pulumi-tf-provider-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
1,659 additions
and
438 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,23 @@ | ||
# Pulumi Flux Provider | ||
|
||
The Pulumi Flux Provider lets you manage [Flux](http://fluxcd.io/) resources to bootstrap a Flux installation on Kubernetes | ||
The Pulumi Flux Provider lets you create [Flux](http://fluxcd.io/) manifests used to bootstrap a Flux installation on Kubernetes. | ||
This provider does not apply them, it only creates the manifests. | ||
|
||
## Installing | ||
|
||
This package is currently only distributed for Go through Github. | ||
Installing plugin, replacing $TAG with the current release | ||
```bash | ||
pulumi plugin install resource flux $TAG --server https://github.com/scav/pulumi-flux/releases/download/$TAG/ | ||
``` | ||
|
||
### Go | ||
|
||
To use from Go, use `go get` to grab the latest version of the library: | ||
|
||
```bash | ||
go get github.com/scav/pulumi-flux/sdk | ||
``` | ||
|
||
### Node | ||
|
||
```bash | ||
npm install @scav/pulumi-flux | ||
``` |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.