Skip to content

Commit

Permalink
WIP: dbg
Browse files Browse the repository at this point in the history
Signed-off-by: Martynas Pumputis <m@lambda.lt>
  • Loading branch information
brb committed Dec 12, 2023
1 parent 02e1be7 commit 1c07081
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/ipsec-key-rotate/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ runs:
echo "Invalid key type"; exit 1
fi
data="{\"stringData\":{\"keys\":\"$((($KEYID+1))) ${key}\"}}"
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
echo $data
echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
kubectl patch secret -n kube-system cilium-ipsec-keys -p="$data" -v=1
# Wait until key rotation starts
Expand Down

0 comments on commit 1c07081

Please sign in to comment.