Skip to content

Commit c281674

Browse files
fix: serviceAccount must be specified at pod spec level in dual stack goldpinger deployments (#2208)
service account needs to be specified at the pod spec level, not the container
1 parent 61da686 commit c281674

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/integration/manifests/datapath/linux-deployment-ipv6.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ spec:
1313
labels:
1414
app: goldpinger
1515
spec:
16+
serviceAccount: goldpinger-serviceaccount
1617
containers:
1718
- name: goldpinger
1819
env:
@@ -41,7 +42,6 @@ spec:
4142
- name: HOSTS_TO_RESOLVE
4243
value: "2001:4860:4860::8888 www.bing.com"
4344
image: "docker.io/bloomberg/goldpinger:v3.7.0"
44-
serviceAccount: goldpinger-serviceaccount
4545
tolerations:
4646
- key: node-role.kubernetes.io/master
4747
effect: NoSchedule

test/integration/manifests/datapath/linux-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ spec:
1313
labels:
1414
app: goldpinger
1515
spec:
16+
serviceAccount: goldpinger-serviceaccount
1617
containers:
1718
- name: goldpinger
1819
env:
@@ -39,7 +40,6 @@ spec:
3940
- name: HOSTS_TO_RESOLVE
4041
value: "1.1.1.1 8.8.8.8 www.bing.com"
4142
image: "docker.io/bloomberg/goldpinger:v3.7.0"
42-
serviceAccount: goldpinger-serviceaccount
4343
tolerations:
4444
- key: node-role.kubernetes.io/master
4545
effect: NoSchedule

0 commit comments

Comments
 (0)