ojob.io/kube/expandSecret

Usage

ojob ojob.io/kube/expandSecret input=mySecret.yaml file=mycert.crt toFolder=output 

Description

Given a YAML with a Kubernetes secret based on files it will decode the base 64 content and write the corresponding files to the filesystem

Expects

Name Description
input The Kubernetes secret YAML file
file If defined it will only retrive the provided file
toFolder If defined will place the decode files in the provided folder