Skip to content

Commit

Permalink
added fluenbit and karpenter helm chart, IAM policies, merged VPC cha…
Browse files Browse the repository at this point in the history
…nges
  • Loading branch information
Max Rahimi committed Jun 11, 2024
1 parent 9470a5e commit f8828e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/karpenter-nodes/templates/ec2NodeClass.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ spec:
subnetSelectorTerms:
- tags:
Name: "{{ .Values.nodeClass.spec.subnetTag }}"
- id: "{{ .Values.nodeClass.spec.securityGroupID }}"
securityGroupSelectorTerms:
- tags:
karpenter.sh/discovery: "{{ .Values.nodeClass.spec.clustername }}"
- id: "{{ .Values.nodeClass.spec.securityGroupID }}"
tags:
{{- range $key, $value := .Values.nodeClass.spec.tags }}
{{ $key }}: "{{ $value }}"
Expand Down

0 comments on commit f8828e5

Please sign in to comment.