Skip to content
This repository was archived by the owner on Sep 15, 2022. It is now read-only.

Commit 56ce1ce

Browse files
authored
Fix AWS secret name (#144)
1 parent f38b77c commit 56ce1ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/aws-service-broker-0.0.1/chart/aws-service-broker/templates/broker-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ spec:
103103
- name: awssb-ssl
104104
secret:
105105
defaultMode: 420
106-
secretName: {{ template "fullname" . }}-cert
106+
secretName: {{ include "fullname" . | trunc 60 }}-cr
107107
items:
108108
- key: tls.crt
109109
path: awssb.crt

0 commit comments

Comments
 (0)