Skip to content

Commit f85f72e

Browse files
committed
Test saving target groups in cloudformation stack
Signed-off-by: Mustafa Abdelrahman <[email protected]>
1 parent d9857c5 commit f85f72e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

cluster/manifests/ingress-controller/deployment.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ spec:
1717
metadata:
1818
labels:
1919
application: kube-ingress-aws-controller
20-
version: "{{ $version }}"
20+
# version: "{{ $version }}"
21+
version: "pr-674-4"
2122
annotations:
2223
logging/destination: "{{ .Cluster.ConfigItems.log_destination_both }}"
2324
prometheus.io/path: /metrics
@@ -32,7 +33,8 @@ spec:
3233
serviceAccountName: kube-ingress-aws-controller
3334
containers:
3435
- name: controller
35-
image: container-registry.zalando.net/teapot/kube-ingress-aws-controller:{{ $version }}
36+
# image: container-registry.zalando.net/teapot/kube-ingress-aws-controller:{{ $version }}
37+
image: container-registry-test.zalando.net/teapot/kube-ingress-aws-controller:pr-674-3
3638
args:
3739
- --target-access-mode=HostPort
3840
- --stack-termination-protection

0 commit comments

Comments
 (0)