https://github.com/mhutter/flux-mhu-dev
https://github.com/mhutter/flux-mhu-dev
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mhutter/flux-mhu-dev
- Owner: mhutter
- Created: 2019-08-19T06:26:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T15:32:27.000Z (almost 7 years ago)
- Last Synced: 2025-01-29T02:24:56.365Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 3.91 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)