Skip to content

Commit

Permalink
Add values to create ClusterIssuer
Browse files Browse the repository at this point in the history
  • Loading branch information
Rub21 committed May 29, 2024
1 parent 0813de6 commit 6a813c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion osm-seed/templates/letsencrypt-issuer.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if eq .Values.serviceType "ClusterIP" }}
{{- if eq .Values.serviceType "ClusterIP" && createClusterIssuer == true }}
apiVersion: cert-manager.io/v1
kind: ClusterIssuer
metadata:
Expand Down
1 change: 1 addition & 0 deletions osm-seed/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ AWS_SSL_ARN: false
# SSL separately.
# serviceType: NodePort
serviceType: clusterIP
createClusterIssuer: true
# Domain that is pointed to the clusterIP
# You will need to create an A record like *.osmseed.example.com pointed to the ClusterIP
# Then, the cluster configuration will setup services at their respective subdomains:
Expand Down

0 comments on commit 6a813c8

Please sign in to comment.