https://github.com/mhutter/flux-hnetes
GitOps style configuration for flux
https://github.com/mhutter/flux-hnetes
Last synced: over 1 year ago
JSON representation
GitOps style configuration for flux
- Host: GitHub
- URL: https://github.com/mhutter/flux-hnetes
- Owner: mhutter
- Created: 2019-05-15T09:58:16.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T14:55:03.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T02:24:56.370Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitOps
GitOps style configuration for [flux][].
## Getting started
Well what do you think does `bootstrap.sh` do?
## Use kubeseal
To encrypt a secret using [kubeseal][]:
kubeseal --format=yaml --cert=sealed-secrets.pub < some/secret-plain.yaml > some/secret.yaml
[flux]: https://github.com/weaveworks/flux
[kubeseal]: https://github.com/bitnami-labs/sealed-secrets#usage
---
> [Manuel Hutter](https://hutter.io/) -
> GitHub [@mhutter](https://github.com/mhutter) -
> Twitter [@dratir](https://twitter.com/dratir)