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