Skip to content

Commit 9250182

Browse files
committed
K8S_NAMESPACE -> ACK_SYSTEM_NAMESPACE
This is the patch that corresponds to changes made to ACK runtime to rename the `K8S_NAMESPACE` environment variable to `ACK_SYSTEM_NAMESPACE` to better represent what this variable referred to. Related: aws-controllers-k8s/runtime#72 Related: aws-controllers-k8s/community#1178 Issue: aws-controllers-k8s/community#1173 Signed-off-by: Jay Pipes <jaypipes@gmail.com>
1 parent ed9e054 commit 9250182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/config/controller/deployment.yaml.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
cpu: 100m
5050
memory: 200Mi
5151
env:
52-
- name: K8S_NAMESPACE
52+
- name: ACK_SYSTEM_NAMESPACE
5353
valueFrom:
5454
fieldRef:
5555
fieldPath: metadata.namespace

templates/helm/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
resources:
5858
{{- toYaml .Values.resources | nindent 10 }}
5959
env:
60-
- name: K8S_NAMESPACE
60+
- name: ACK_SYSTEM_NAMESPACE
6161
valueFrom:
6262
fieldRef:
6363
fieldPath: metadata.namespace

0 commit comments

Comments
 (0)