Skip to content

Commit

Permalink
Merge pull request #1251 from ayanevbg/fix-runner-serviceaccount-helm
Browse files Browse the repository at this point in the history
Fix runner-serviceaccount helm template
  • Loading branch information
chanwit authored Mar 14, 2024
2 parents 70c3ea0 + 13ca68b commit 2c7de0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/tf-controller/templates/runner-serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ metadata:
{{- with $.Values.imagePullSecrets }}
imagePullSecrets:
{{- toYaml . | nindent 2 }}
{{- end }}
---
apiVersion: v1
kind: Secret
Expand All @@ -26,4 +27,3 @@ metadata:
type: kubernetes.io/service-account-token
{{- end }}
{{- end }}
{{- end }}

0 comments on commit 2c7de0c

Please sign in to comment.