Skip to content

Commit

Permalink
Replace method for pod update for dex examples (Closes #743)
Browse files Browse the repository at this point in the history
  • Loading branch information
r0ckarong authored and Markus Napp committed Apr 6, 2020
1 parent b883dd7 commit b5d9179
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions adoc/admin-security-certificates.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ data:
[source,bash]
----
kubectl replace -f oidc-dex-cert.yaml
kubectl delete pod -lapp=oidc-dex -n kube-system
kubectl rollout restart deployment/oidc-dex -n kube-system
----

* Replace the `oidc-gangway` server certificate:
Expand Down Expand Up @@ -343,7 +343,7 @@ data:
[source,bash]
----
kubectl replace -f oidc-gangway-cert.yaml
kubectl delete pod -lapp=oidc-gangway -n kube-system
kubectl rollout restart deployment/oidc-gangway -n kube-system
----

== Automatic Certificate Renewal
Expand Down Expand Up @@ -457,7 +457,7 @@ data:
[source,bash]
----
kubectl replace -f oidc-dex-cert.yaml
kubectl delete pod -lapp=oidc-dex -n kube-system
kubectl rollout restart deployment/oidc-dex -n kube-system
----

* Replace the `oidc-gangway` server certificate:
Expand Down Expand Up @@ -513,7 +513,7 @@ data:
[source,bash]
----
kubectl replace -f oidc-gangway-cert.yaml
kubectl delete pod -lapp=oidc-gangway -n kube-system
kubectl rollout restart deployment/oidc-gangway -n kube-system
----

* Replace the `kubelet` server certificate:
Expand Down

0 comments on commit b5d9179

Please sign in to comment.