Skip to content

Commit 56d8f65

Browse files
authored
fix: terraform chart fix tempo (#294)
* fix: type in terraform object * updated chart version
1 parent 7564b98 commit 56d8f65

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
2-
appVersion: 0.0.2
2+
appVersion: 0.0.3
33
description: Helm chart to create eks cluster with karpenter
44
name: terraform-eks-cluster
55
type: application
6-
version: 0.0.2
6+
version: 0.0.3

charts/eks-terraform-karpenter/templates/terraform.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
name: {{ $.Release.Name }}
55
namespace: flux-system
66
spec:
7-
path: {{ default "./terraform/karpenter-mng" .Values.path }}
7+
path: {{ default "./terraform/karpenter-mng" .Values.path }}
88
approvePlan: {{ default "auto" .Values.approvePlan }}
99
interval: 1m
1010
storeReadablePlan: human
@@ -18,7 +18,6 @@ spec:
1818
namespace: flux-system
1919
writeOutputsToSecret:
2020
name: {{ $.Release.Name }}-outputs
21-
{{- if .Values.vars }}
2221
vars:
2322
- name: name
2423
value: {{ .Values.name | quote }}
@@ -50,6 +49,7 @@ spec:
5049
value:
5150
environment: {{ .Values.resource_tags.environment | quote }}
5251
team: {{ .Values.resource_tags.team | quote }}
52+
5353
runnerPodTemplate:
5454
spec:
5555
{{- if $.Values.affinity }}
@@ -62,4 +62,4 @@ spec:
6262
{{- end }}
6363
envFrom:
6464
- secretRef:
65-
name: tf-aws-creds
65+
name: tf-aws-creds

0 commit comments

Comments
 (0)