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 8254220 commit 7c927f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 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

0 comments on commit 7c927f2

Please sign in to comment.