We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e04a2d commit 9aff97eCopy full SHA for 9aff97e
charts/Chart.yaml
@@ -1,4 +1,4 @@
1
apiVersion: v2
2
name: gitops-helm-byoa
3
description: A Helm chart for Harness GitOps Agent through BYOA installation flows.
4
-version: 1.3.4
+version: 1.3.5
charts/templates/gitops-agent/deployment.yaml
@@ -108,6 +108,10 @@ spec:
108
name: {{ default (include "argo-cd.redis.fullname" .) .Values.externalRedis.existingSecret }}
109
key: redis-sentinel-password
110
optional: true
111
+ {{- if .Values.agent.metrics.enabled }}
112
+ - name: GITOPS_AGENT_METRICS_PORT
113
+ value: "2112"
114
+ {{- end }}
115
volumeMounts:
116
{{- with .Values.agent.volumeMounts }}
117
{{- toYaml . | nindent 8 }}
0 commit comments