Skip to content

Commit

Permalink
fix: Adds missing kustomize for k8s-dashboard (#602)
Browse files Browse the repository at this point in the history
* fix: Adds missing kustomize for k8s-dashboard

also adds base64 decode to comment in rbac

* Delete kustomization.yaml

Co-authored-by: Ales Lerch <ales.lerch@konicaminolta.cz>
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
  • Loading branch information
3 people committed Jan 18, 2023
1 parent 7561180 commit c35de07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# For dashboard sign in token:
# kubectl -n monitoring get secret kubernetes-dashboard -o jsonpath='{.data.token}'
# kubectl -n monitoring get secret kubernetes-dashboard -o jsonpath='{.data.token}' | base64 -d
---
apiVersion: v1
kind: ServiceAccount
Expand Down

0 comments on commit c35de07

Please sign in to comment.