Update README.md

This commit is contained in:
Varac 2022-03-30 22:32:31 +02:00
parent caa730ffa8
commit 40a255dc12
No known key found for this signature in database
GPG Key ID: 5465E77E7876ED04
1 changed files with 8 additions and 0 deletions

View File

@ -34,3 +34,11 @@ Show output of the one and only app applied, [podinfo](https://github.com/stefan
```sh
curl --resolve podinfo.local:80:CLUSTER_IPV4_ADDRESS http://podinfo.local
```
## What's next ?
* Fork this repo to a private git remote
* Configure flux to use ssh instead of https for cloning
* Add private ssh key for git pulling to flux
* Add public ssh key for git pulling to your git remote
* [Encrypt your secrets using sops](https://github.com/fluxcd/flux2-kustomize-helm-example#encrypt-kubernetes-secrets)