Skip to content

Commit

Permalink
fix: yolo
Browse files Browse the repository at this point in the history
  • Loading branch information
oscaromeu committed Apr 19, 2024
1 parent 5c3d67d commit 81ec11e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion kubernetes/apps/datahub/mongodb/app/ca.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ spec:
algorithm: ECDSA
size: 256
issuerRef:
name: letsencrypt-production
name: selfsigned
kind: ClusterIssuer
group: cert-manager.io
dnsNames:
- "${SECRET_DOMAIN}"
- "*.${SECRET_DOMAIN}"
1 change: 1 addition & 0 deletions kubernetes/apps/datahub/mongodb/app/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ./self-signed-issuer.yaml
- ./ca.yaml
- ./ca-issuer.yaml
- ./helmrelease.yaml
Expand Down
7 changes: 7 additions & 0 deletions kubernetes/apps/datahub/mongodb/app/self-signed-issuer.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
name: selfsigned
spec:
selfSigned: {}

0 comments on commit 81ec11e

Please sign in to comment.