Skip to content

Commit 9bea2ba

Browse files
authored
Add a trim to the RHTPA's external secret (#13)
* Add a trim to the RHTPA's external secret Signed-off-by: Manuel Lorenzo <mlorenzofr@redhat.com> * Bump Chart version Signed-off-by: Manuel Lorenzo <mlorenzofr@redhat.com> --------- Signed-off-by: Manuel Lorenzo <mlorenzofr@redhat.com>
1 parent 1cc3da2 commit 9bea2ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ keywords:
44
- pattern
55
name: rhbk
66
type: application
7-
version: 0.0.7
7+
version: 0.0.8
88
home: https://github.com/validatedpatterns/rhbk-chart
99
maintainers:
1010
- name: Validated Patterns Team

templates/rhtpa-oidc-cli-secret-external-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
template:
1616
type: Opaque
1717
data:
18-
client-secret: "{{ `{{ .client_secret }}` }}"
18+
client-secret: "{{ `{{ .client_secret | trim }}` }}"
1919
data:
2020
- secretKey: client_secret
2121
remoteRef:

0 commit comments

Comments
 (0)