Skip to content

Commit

Permalink
csi-metrics-helper add depoyment.podAnnotation value
Browse files Browse the repository at this point in the history
  • Loading branch information
prysmakou-sa committed Jan 10, 2024
1 parent 1de6c1d commit bbe3a9c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/cni-metrics-helper/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: cni-metrics-helper
version: 1.16.0
version: 1.16.1
appVersion: v1.16.0
description: A Helm chart for the AWS VPC CNI Metrics Helper
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Expand Down
1 change: 1 addition & 0 deletions charts/cni-metrics-helper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ The following table lists the configurable parameters for this chart and their d
| serviceAccount.name | The name of the ServiceAccount to use | nil |
| serviceAccount.create | Specifies whether a ServiceAccount should be created | true |
| serviceAccount.annotations | Specifies the annotations for ServiceAccount | {} |
| deployment.podAnnotations | Specifies the annotations for deployment | {} |
| revisionHistoryLimit | The number of revisions to keep | 10 |
| podSecurityContext | SecurityContext to set on the pod | {} |
| containerSecurityContext | SecurityContext to set on the container | {} |
Expand Down
2 changes: 2 additions & 0 deletions charts/cni-metrics-helper/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ spec:
k8s-app: cni-metrics-helper
template:
metadata:
annotations:
{{ toYaml .Values.deployment.podAnnotations | nindent 8 }}
labels:
k8s-app: cni-metrics-helper
spec:
Expand Down
3 changes: 3 additions & 0 deletions charts/cni-metrics-helper/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@ revisionHistoryLimit: 10
podSecurityContext: {}

containerSecurityContext: {}

deployment:
podAnnotations: {}

0 comments on commit bbe3a9c

Please sign in to comment.