From aeb816f3c6b6b0ca094e777f520f005676d0423d Mon Sep 17 00:00:00 2001 From: Eytan Hanig Date: Mon, 7 Jun 2021 20:53:45 -0700 Subject: [PATCH] Fix podLabels case in Helm chart --- charts/aws-ebs-csi-driver/Chart.yaml | 2 +- charts/aws-ebs-csi-driver/templates/controller.yaml | 2 +- charts/aws-ebs-csi-driver/templates/node.yaml | 2 +- charts/aws-ebs-csi-driver/templates/snapshot-controller.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/aws-ebs-csi-driver/Chart.yaml b/charts/aws-ebs-csi-driver/Chart.yaml index 8d3d6e8e76..fe9174e802 100644 --- a/charts/aws-ebs-csi-driver/Chart.yaml +++ b/charts/aws-ebs-csi-driver/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.1.0" name: aws-ebs-csi-driver description: A Helm chart for AWS EBS CSI Driver -version: 1.2.1 +version: 1.2.2 kubeVersion: ">=1.17.0-0" home: https://github.com/kubernetes-sigs/aws-ebs-csi-driver sources: diff --git a/charts/aws-ebs-csi-driver/templates/controller.yaml b/charts/aws-ebs-csi-driver/templates/controller.yaml index 1ba9c15cca..e0c710270f 100644 --- a/charts/aws-ebs-csi-driver/templates/controller.yaml +++ b/charts/aws-ebs-csi-driver/templates/controller.yaml @@ -17,7 +17,7 @@ spec: app: ebs-csi-controller {{- include "aws-ebs-csi-driver.labels" . | nindent 8 }} {{- if .Values.controller.podLabels }} - {{- toYaml .Values.controller.podlabels | nindent 8 }} + {{- toYaml .Values.controller.podLabels | nindent 8 }} {{- end }} {{- if .Values.controller.podAnnotations }} annotations: diff --git a/charts/aws-ebs-csi-driver/templates/node.yaml b/charts/aws-ebs-csi-driver/templates/node.yaml index 2546bf5d6a..c300517467 100644 --- a/charts/aws-ebs-csi-driver/templates/node.yaml +++ b/charts/aws-ebs-csi-driver/templates/node.yaml @@ -16,7 +16,7 @@ spec: app: ebs-csi-node {{- include "aws-ebs-csi-driver.labels" . | nindent 8 }} {{- if .Values.node.podLabels }} - {{- toYaml .Values.node.podlabels | nindent 8 }} + {{- toYaml .Values.node.podLabels | nindent 8 }} {{- end }} {{- with .Values.node.podAnnotations }} annotations: diff --git a/charts/aws-ebs-csi-driver/templates/snapshot-controller.yaml b/charts/aws-ebs-csi-driver/templates/snapshot-controller.yaml index 9b9903ac4d..bc078f6dd3 100644 --- a/charts/aws-ebs-csi-driver/templates/snapshot-controller.yaml +++ b/charts/aws-ebs-csi-driver/templates/snapshot-controller.yaml @@ -19,7 +19,7 @@ spec: app: ebs-snapshot-controller {{- include "aws-ebs-csi-driver.labels" . | nindent 8 }} {{- if .Values.snapshotController.podLabels }} - {{- toYaml .Values.snapshotController.podlabels | nindent 8 }} + {{- toYaml .Values.snapshotController.podLabels | nindent 8 }} {{- end }} {{- if .Values.snapshotController.podAnnotations }} annotations: {{ toYaml .Values.snapshotController.podAnnotations | nindent 8 }}