Skip to content

Commit

Permalink
fix: renamed logs service tls secret
Browse files Browse the repository at this point in the history
  • Loading branch information
exu committed Mar 13, 2024
1 parent 48f34a8 commit f0dd41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/testkube-logs-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ api:
# -- Agent gRPCS port
agentPort: 8443
# -- TLS secret name which contains the certificate files TODO(emil): conflicts with agent ingress
tlsSecret: testkube-cloud-api-tls
tlsSecret: testkube-logs-service-api-tls
certManager:
# -- Certificate Issuer kind (only used if `provider` is set to `cert-manager`)
issuerKind: ClusterIssuer
Expand Down

0 comments on commit f0dd41d

Please sign in to comment.