Skip to content
This repository has been archived by the owner on May 5, 2024. It is now read-only.

Commit

Permalink
fix: add replicated secret perhaps?
Browse files Browse the repository at this point in the history
  • Loading branch information
truxnell committed Jan 29, 2024
1 parent fae1874 commit d0c7664
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ resources:
- ./helmrelease.yaml
- ./externalsecret.yaml
- ./volsync.yaml
- ./secret.yaml
9 changes: 9 additions & 0 deletions kubernetes/apps/organizarrs/prowlarr/app/secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
apiVersion: v1
kind: Secret
metadata:
name: postgres-pguser-prowlarr
namespace: organizarrs
annotations:
replicator.v1.mittwald.de/replicate-from: network-system/heyjohn-wildcard-certificate
data: {}

0 comments on commit d0c7664

Please sign in to comment.