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

Commit

Permalink
Fix AWS secret name (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
polskikiel committed Sep 10, 2020
1 parent f38b77c commit 56ce1ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
- name: awssb-ssl
secret:
defaultMode: 420
secretName: {{ template "fullname" . }}-cert
secretName: {{ include "fullname" . | trunc 60 }}-cr
items:
- key: tls.crt
path: awssb.crt
Expand Down

0 comments on commit 56ce1ce

Please sign in to comment.