Skip to content

Commit c5f5b41

Browse files
authored
Gitlab secret parentheses fix (#20)
2 parents 0cc7e34 + b86fd41 commit c5f5b41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm-charts/packit-service-validation/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion : v2
22
name : packit-service-validation
33
description : Helm chart for deploying packit-service-validation app
44
type : application
5-
version : 1.2.0
5+
version : 1.2.1
66

77
keywords:
88
- python

helm-charts/packit-service-validation/templates/job-run-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
- name: GITLAB_TOKEN
2323
valueFrom:
2424
secretKeyRef:
25-
name: { { .Release.Name } }-gitlab
25+
name: {{ .Release.Name }}-gitlab
2626
key: token
2727
- name: SENTRY_SECRET
2828
valueFrom:

0 commit comments

Comments
 (0)