diff --git a/slides/k8s/authn-authz.md b/slides/k8s/authn-authz.md index 1040e13c..df0082aa 100644 --- a/slides/k8s/authn-authz.md +++ b/slides/k8s/authn-authz.md @@ -182,23 +182,23 @@ class: extra-details kubectl get sa ``` - ] +] - There should be just one service account in the default namespace: `default`. +There should be just one service account in the default namespace: `default`. - --- +--- - class: extra-details +class: extra-details - ## Finding the secret +## Finding the secret - .exercise[ +.exercise[ - - List the secrets for the `default` service account: - ```bash - kubectl get sa default -o yaml - SECRET=$(kubectl get sa default -o json | jq -r .secrets[0].name) - ``` +- List the secrets for the `default` service account: + ```bash + kubectl get sa default -o yaml + SECRET=$(kubectl get sa default -o json | jq -r .secrets[0].name) + ``` ] diff --git a/slides/k8s/gitworkflows.md b/slides/k8s/gitworkflows.md index 6a620447..35cb1d6b 100644 --- a/slides/k8s/gitworkflows.md +++ b/slides/k8s/gitworkflows.md @@ -111,7 +111,7 @@ - Display that key: ``` - kubectl get logs deployment flux | grep identity + kubectl logs deployment flux | grep identity ``` - Then add that key to the repository, giving it **write** access