Skip to content
Snippets Groups Projects
Commit d8d8d135 authored by Remi  PLANEL's avatar Remi PLANEL
Browse files

add configmap-migrations script

parent 4147fa1d
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
for file in $1/*; do
clipboard+=" $(basename $file): |\n"
clipboard+=$(cat $file | awk '{print " "$0}')
clipboard+="\n"
done
echo -e "$clipboard"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment