Skip to content

Commit

Permalink
Dont create a ClusterIssuer for dev instance
Browse files Browse the repository at this point in the history
  • Loading branch information
sunu committed Nov 28, 2024
1 parent 765ced8 commit 107038a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion helm/zeno/templates/cert-issuer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.config.enable_tls }}
{{- if .Values.config.create_cert_manager_issuer }}
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
Expand Down
2 changes: 2 additions & 0 deletions helm/zeno/values-dev.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
config:
enable_tls: true
# we will use the existing cluster issuer from default namespace
create_cert_manager_issuer: false

secrets:
langfuse:
Expand Down
1 change: 1 addition & 0 deletions helm/zeno/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config:
enable_tls: true
create_cert_manager_issuer: true

secrets:
langfuse:
Expand Down

0 comments on commit 107038a

Please sign in to comment.