Initial cobalt setup and form/listing implementation
This commit is contained in:
@@ -34,7 +34,11 @@ spec:
|
||||
key: DATABASE_PASSWORD
|
||||
optional: false
|
||||
- name: DATABASE_HOST
|
||||
value: "$(PGSQL_POSTGRESQL_SERVICE_HOST)"
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: garrettmills-dev-secrets
|
||||
key: DATABASE_HOST
|
||||
optional: false
|
||||
- name: REDIS_HOST
|
||||
value: redis.redis.svc.cluster.local
|
||||
- name: REDIS_PASSWORD
|
||||
|
||||
Reference in New Issue
Block a user