Skip to content

Commit b35a70c

Browse files
committed
Fix NodeGroup for for deployment files
1 parent bdb1b8d commit b35a70c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/orderproducerservice/deployment-staging.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ spec:
4949
- key: alpha.eksctl.io/nodegroup-name
5050
operator: In
5151
values:
52-
- ng-4
52+
- PLACEHOLDER_NODE_GROUP
5353
initContainers:
5454
- command:
5555
- sh

src/zookeeperservice/deployment-staging.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ spec:
4545
- key: alpha.eksctl.io/nodegroup-name
4646
operator: In
4747
values:
48-
- ng-4
48+
- PLACEHOLDER_NODE_GROUP
4949
containers:
5050
- name: zookeeper
5151
image: confluentinc/cp-zookeeper:7.2.2

0 commit comments

Comments
 (0)