Skip to content

Commit

Permalink
RHINENG-9505: expose CA cert in deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMraka committed Sep 11, 2024
1 parent b67ba7c commit bcf4be4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ objects:
- {name: CANDLEPIN_ADDRESS, value: '${CANDLEPIN_ADDRESS}'}
- {name: CANDLEPIN_CERT, valueFrom: {secretKeyRef: {name: candlepin, key: cert}}}
- {name: CANDLEPIN_KEY, valueFrom: {secretKeyRef: {name: candlepin, key: key}}}
- {name: CANDLEPIN_CA, valueFrom: {secretKeyRef: {name: candlepin, key: ca}}}
- {name: DB_READ_REPLICA_ENABLED, value: '${DB_READ_REPLICA_ENABLED}'}
- {name: DB_WORK_MEM, value: '${DB_WORK_MEM}'}
- {name: KAFKA_GROUP, value: patchman}
Expand Down Expand Up @@ -497,6 +498,7 @@ objects:
data:
cert: ""
key: ""
ca: ""
kind: Secret
metadata:
name: candlepin
Expand Down

0 comments on commit bcf4be4

Please sign in to comment.