#!/bin/bash source .env kubectl --namespace futureporn delete secret uwu-auth --ignore-not-found kubectl --namespace futureporn create secret generic uwu-auth \ --from-literal=auth=${CHISEL_AUTH} kubectl --namespace futureporn delete secret windmill-postgresql --ignore-not-found ## we do this so helm can adopt our pre-made secret @see https://github.com/helm/helm/pull/7649 cat <