From bf7641ce7e06e0d105b2dc8fc064bbedd3cd8e38 Mon Sep 17 00:00:00 2001 From: Kingdon Barrett Date: Wed, 28 Feb 2024 15:05:44 -0500 Subject: [PATCH] Not bad (Update KUBECON.md) Signed-off-by: Kingdon Barrett --- KUBECON.md | 6 +----- script/update-kubecon.sh | 1 + 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/KUBECON.md b/KUBECON.md index cdf1e520..604c7054 100644 --- a/KUBECON.md +++ b/KUBECON.md @@ -27,11 +27,7 @@ {{< figure src="/img/flux-cuttlefish-stickers.jpeg" alt="Custom printed stickers with cuttlefish mascot and Flux logos" >}} -# Flux Booth fun! - -Want a bespoke unique all-your-own cuttlefish sticker? Complete the challenge and pick up a human-intelligence or artificial-intelligence Flux sticker! Deploy [the podinfo sample app](https://github.com/stefanprodan/podinfo) and change the text to something like "Cuttlefish playing tennis" and then come by the Flux booth at KubeCon. πŸ˜ΈπŸ‘©πŸ»β€πŸŽ¨πŸŽ¨ - -Visit the Flux booth in the KubeCon Project Pavilion to meet the Flux maintainers and contributors for demos and fun! +

Flux Booth fun!

Want a bespoke unique all-your-own cuttlefish sticker? Complete the challenge and pick up a human-intelligence or artificial-intelligence Flux sticker! Deploy [the podinfo sample app](https://github.com/stefanprodan/podinfo) and change the text to something like "Cuttlefish playing tennis" and then come by the Flux booth at KubeCon. πŸ˜ΈπŸ‘©πŸ»β€πŸŽ¨πŸŽ¨

Visit the Flux booth in the KubeCon Project Pavilion to meet the Flux maintainers and contributors for demos and fun!

# Flux talks @ KubeCon Paris! diff --git a/script/update-kubecon.sh b/script/update-kubecon.sh index 34ff3809..5da6b8c4 100755 --- a/script/update-kubecon.sh +++ b/script/update-kubecon.sh @@ -50,6 +50,7 @@ wget ${SOURCE_SITE} -O ${TEMP_FILE} \ {{< figure src="/img/flux-cuttlefish-stickers.jpeg" alt="Custom printed stickers with cuttlefish mascot and Flux logos" >}}\ _g' \ | $sed -z 's_# KubeCon Paris 2024\n\nMarch 19-22, 2024_

KubeCon Paris 2024

March 19-22, 2024

_' \ + | $sed -Ez 's_# Flux Booth fun!\n\n([^\n]+)\n\n([^\n]+)\n\n#_

Flux Booth fun!

\1

\2

\n\n#_' \ > ${OUT_FILE} if [[ -z "$DEBUG" ]]; then