Skip to content

Commit

Permalink
RHINENG-10941: dummy candlepin secret for ephemeral env
Browse files Browse the repository at this point in the history
  • Loading branch information
psegedy committed Jul 1, 2024
1 parent 567f1c8 commit 6657de2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deploy/clowdapp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,16 @@ objects:
namespace: test # namespace is overwritten by bonfire
type: Opaque

- apiVersion: v1
data:
cert: ""
key: ""
kind: Secret
metadata:
name: candlepin
namespace: test # namespace is overwritten by bonfire
type: Opaque

parameters:
# Manager
- {name: REPLICAS_MANAGER, value: '1'}
Expand Down

0 comments on commit 6657de2

Please sign in to comment.