From ffce7e6b4cb3fe72dddd8f9583dd59deea097581 Mon Sep 17 00:00:00 2001 From: "vincent.baer" Date: Thu, 25 Jan 2024 15:34:31 +0000 Subject: [PATCH] what need to be replace in secret in deploy --- deploy/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/deploy/README.md b/deploy/README.md index 77ccd0d5..6de057fa 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -68,6 +68,8 @@ Make sure to have kubectl configured and deploy the Secret Resource containing y kubectl apply -f deploy/secrets.yaml ``` +**Replace only MY_AWS_ACCESS_KEY_ID with your outscale access key, MY_AWS_SECRET_ACCESS_KEY with your outscale secret key and MY_AWS_DEFAULT_REGION with your outscale region.** + ## Add Cloud Controller Manager You can then deploy Outscale Cloud Controller Manager using a simple manifest: