Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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