Skip to content

Commit

Permalink
[VDEVOPS-000]: Fix for DD refs
Browse files Browse the repository at this point in the history
Signed-off-by: adobrodey <[email protected]>
  • Loading branch information
ADobrodey committed Feb 23, 2024
1 parent fd40a2c commit 3b1a977
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global/k8s-common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: k8s-common
version: 1.3.6
version: 1.5.1
description: A Library Helm Chart for grouping common logic between charts. This chart is not deployable by itself.
type: library
keywords:
Expand Down
2 changes: 1 addition & 1 deletion global/k8s-common/templates/_containers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Return generated container configuration.
{{- if .Values.env.values -}}
{{- include "k8s-common.envvar.value" . | trim | nindent 2 -}}
{{- end -}}
{{- if .Values.env.refs -}}
{{- if or .Values.env.refs .Values.datadogIntegration -}}
{{- include "k8s-common.envvar.ref" . | trim | nindent 2 -}}
{{- end -}}
{{- if .Values.env.configmap -}}
Expand Down

0 comments on commit 3b1a977

Please sign in to comment.