You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
310 B

# Create ConfigMap postgres-secret for the postgres app
# Define default database name, user, and password
apiVersion: v1
kind: ConfigMap
metadata:
name: postgres-secret
namespace: postgres
labels:
app: postgres
data:
POSTGRES_DB: productos
POSTGRES_USER: creylopez
POSTGRES_PASSWORD: Rey-1176