From 40a255dc12469d70bbad244b02b8f375af060474 Mon Sep 17 00:00:00 2001 From: Varac Date: Wed, 30 Mar 2022 22:32:31 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 012bc94..19a9c86 100644 --- a/README.md +++ b/README.md @@ -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)