Skip to content

Commit

Permalink
Merge pull request #3 from pleiris/fix-deploy-main-tls
Browse files Browse the repository at this point in the history
fix: knowage-main service requires wrong secret
  • Loading branch information
kerny3d committed May 3, 2024
2 parents 700d5af + 08bd20d commit 5645723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/knowage/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ spec:
path: extContext
- name: tls
secret:
secretName: {{ include "knowage.tls.proxy.name" . }}
secretName: {{ include "knowage.tls.main.name" . }}
items:
- key: tls.crt
path: certificate.crt
Expand Down

0 comments on commit 5645723

Please sign in to comment.