Difference between revisions of "Kubectl get secret"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
{{lowercase}}
 
{{lowercase}}
  
  [[kubectl get]] secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
+
  [[kubectl get]] secret --namespace default grafana -o jsonpath="{.data.admin-password}" | [[base64]] --decode ; echo
 +
Tjp67Ib3c2PxvGoD6SH1pjTtnlq6X4XvrXo4xxx
  
 
== Related terms ==
 
== Related terms ==

Revision as of 19:36, 28 November 2021

This article is a Draft. Help us to complete it.

kubectl get secret --namespace default grafana -o jsonpath="{.data.admin-password}" | base64 --decode ; echo
Tjp67Ib3c2PxvGoD6SH1pjTtnlq6X4XvrXo4xxx

Related terms

See also

Advertising: