Skip to content

Commit 3767c5f

Browse files
authored
[ONPREM-2091] - Change metadata.name environment variable to match the usage (#87)
* change metadata.name environment variable to match the usage * update changelog
1 parent 644bff2 commit 3767c5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Container Agent Helm Chart Changelog
22

33
# Edge
4-
[#86](https://github.com/CircleCI-Public/container-runner-helm-chart/pull/86) Added `KUBE_META_DATA_NAME` as an environment variable so container agent is aware of its pod name.
4+
[#86](https://github.com/CircleCI-Public/container-runner-helm-chart/pull/87) Added `KUBE_CONTAINER_AGENT_INSTANCE` as an environment variable so container agent is aware of its pod name.
55

66
[#71](https://github.com/CircleCI-Public/container-runner-helm-chart/pull/71) Added an option to configure the image name for the orchestrator container, enabling hosting in a private registry or an air-gapped environment on CircleCI server. See the [runner-init repository](https://github.com/circleci/runner-init) for more information.
77

templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ spec:
9999
value: {{- if ne .loggingLevel nil }} {{ .loggingLevel | quote }} {{- else }} {{ .log.level | quote }} {{- end }}
100100
- name: O11Y_FORMAT
101101
value: {{ .log.format | quote }}
102-
- name: KUBE_META_DATA_NAME
102+
- name: KUBE_CONTAINER_AGENT_INSTANCE
103103
valueFrom:
104104
fieldRef:
105105
apiVersion: v1

0 commit comments

Comments
 (0)