Skip to content

Commit

Permalink
[HELM] - Chart Update (#1110)
Browse files Browse the repository at this point in the history
Fixing up the chart due to a templating issue
  • Loading branch information
gambol99 authored Nov 17, 2023
1 parent 832a606 commit f7dda0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/terranetes-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: terranetes-controller
description: Controller used to provision a terraform workflow within kubernetes
type: application
version: v0.7.3
version: v0.7.4
appVersion: v0.4.2
sources:
- https://github.com/appvia/terranetes-controller
Expand Down
4 changes: 2 additions & 2 deletions charts/terranetes-controller/templates/providers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ spec:
job:
annotations:
{{- range $k, $v := $provider.job.annotations }}
{{ $k }}: "${v}"
{{ $k }}: "{{ $v }}"
{{- end }}
{{- range $k, $v := $provider.job.labels }}
labels:
{{ $k }}: "${v}"
{{ $k }}: "{{ $v }}"
{{- end }}
{{- end }}
{{- if eq $provider.source "secret" }}
Expand Down

0 comments on commit f7dda0f

Please sign in to comment.