Skip to content

Commit

Permalink
Fix typos in backup procedure (#1036)
Browse files Browse the repository at this point in the history
Signed-off-by: JenTing Hsiao <jenting.hsiao@suse.com>
  • Loading branch information
JenTing Hsiao authored and Markus Napp committed Oct 21, 2020
1 parent b44775c commit f7428b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions adoc/admin-velero-usecase.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ vim oidc-dex-config.yaml
kubectl apply -f oidc-dex-config.yaml --force
# Restart oidc-dex deployment
kubectl delete pod -l app=oidc-dex
kubectl rollout restart deployment/oidc-dex -n kube-system
----

.. Check gangway configuration:
Expand All @@ -130,7 +130,7 @@ vim oidc-gangway-config.yaml
kubectl apply -f oidc-gangway-config.yaml --force
# Restart oidc-gangway deployment
kubectl delete pod -l app=oidc-dex
kubectl rollout restart deployment/oidc-gangway -n kube-system
----

.. Check kured is disabled automatically reboots
Expand Down

0 comments on commit f7428b8

Please sign in to comment.