Skip to content

Commit

Permalink
move eab secret to cert manager namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 6, 2024
1 parent 3e39272 commit b108d2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: runtime
description: Sets up the basic dependencies needed to get a network stack running
type: application
version: 0.1.11
version: 0.1.12
appVersion: "0.1.0"
dependencies:
- name: external-dns
Expand Down
1 change: 1 addition & 0 deletions charts/runtime/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ apiVersion: v1
kind: Secret
metadata:
name: acme-eab-secret
namespace: {{ .Values.certManagerNamespace | default .Release.Namespace }}
stringData:
eab-secret: {{ .Values.acmeEAB.secret }}
2 changes: 2 additions & 0 deletions charts/runtime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ dnsSolver:

acmeEAB: {}

certManagerNamespace: cert-manager

cert-manager:
enabled: false
installCRDs: true
Expand Down

0 comments on commit b108d2b

Please sign in to comment.