Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 210 Bytes

02012023.md

File metadata and controls

6 lines (5 loc) · 210 Bytes
  1. kubectl commands using go-template flag:
kubectl describe configmaps app-configmap \
	-o go-template='{{ range $k,$v := .data }}{{ $k }}{{ "\n" }}{{ $v | base64encode }}{{ "\n\n" }}{{ end }}'