From 30e244158733c03f8a3be66a56fc9731accf3cce Mon Sep 17 00:00:00 2001 From: Andrei Kartashov Date: Tue, 5 Sep 2023 00:38:30 +0700 Subject: [PATCH] readme: fix formatting --- README.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index b35500e..cd4dca3 100644 --- a/README.rst +++ b/README.rst @@ -94,11 +94,11 @@ Cluster created with kubeadm https://kubernetes.io/docs/setup/production-environ ArgoCD bootstrap ------------------------------------------------------------------------------- -* Create ssh key for argocd, f.e. `ssh-keygen -f .ssh/argocd.ioot.xyz` +* Create ssh key for argocd, f.e. ``ssh-keygen -f .ssh/argocd.ioot.xyz`` * Add pub key .ssh/argocd.ioot.xyz.pub to https://github.com/amkartashov/gf-k8s/settings/keys/new -* Run bootstrap script `scripts/bootstrap.sh -k gullfaxi -e gullfaxi` +* Run bootstrap script ``scripts/bootstrap.sh -k gullfaxi -e gullfaxi`` * Add git repo: @@ -108,7 +108,7 @@ ArgoCD bootstrap argocd repo add git@github.com:amkartashov/gf-k8s --ssh-private-key-path ~/.ssh/argocd.ioot.xyz -* Create new Oauth application : +* Create new Oauth application https://github.com/settings/applications/new: * Application name: oauth2.ioot.xyz * Homepage URL: https://oauth2.ioot.xyz @@ -121,7 +121,7 @@ ArgoCD bootstrap argocd app set argocd/oauth2-proxy --parameter config.clientSecret REPLACE argocd app set argocd/oauth2-proxy --parameter config.cookieSecret `pwgen -1 32` -* Create new Oauth application : +* Create new Oauth application https://github.com/settings/applications/new: * Application name: argocd.ioot.xyz * Homepage URL: https://argocd.ioot.xyz/