Skip to content

Commit

Permalink
Rename sideCarContainers to extraContainers
Browse files Browse the repository at this point in the history
Signed-off-by: Priyanshu Raj <[email protected]>
  • Loading branch information
rpriyanshu9 authored and Priyanshu Raj committed Sep 27, 2023
1 parent fa980d5 commit 1343ca8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-adapter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ spec:
name: volume-serving-cert
readOnly: true
{{- end }}
{{- with .Values.sideCarContainers }}
{{- with .Values.extraContainers }}
{{- toYaml . | nindent 6 }}
{{- end }}
nodeSelector:
Expand Down
6 changes: 3 additions & 3 deletions charts/prometheus-adapter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ extraArguments: []
# - --tls-private-key-file=/etc/tls/tls.key
# - --tls-cert-file=/etc/tls/tls.crt

# Additional containers to add to the pod
extraContainers: []

# Any extra volumes
extraVolumes: []
# - name: example-name
Expand Down Expand Up @@ -272,6 +275,3 @@ certManager:
enabled: false
caCertDuration: 43800h
certDuration: 8760h

# Sidecar containers that run alongside prometheus-adapter container.
sideCarContainers: []

0 comments on commit 1343ca8

Please sign in to comment.