# LPT Application Secrets # # This file is a TEMPLATE - DO NOT commit real secrets to git! # # To create this secret: # kubectl create secret generic lpt-secrets \ # --from-literal=llm-api-key= \ # --from-literal=mysql-root-password= \ # --namespace=lpt-dev # # Or use kubectl apply with stringData: # kubectl apply -f - < # mysql-root-password: