kubectl create secret generic db-creds \ --from-literal=password="$PROD_DB_PASSWORD" \ --from-literal=username=app \ -n production history | tail -5