Skip to content

Commit e68a5fc

Browse files
committed
adds the to clause to the custom policy
1 parent 9c4feee commit e68a5fc

File tree

5 files changed

+2
-1
lines changed

5 files changed

+2
-1
lines changed

test/e2e/testdata/clusterrolebinding.yaml

Whitespace-only changes.

test/e2e/testdata/config.yaml

Whitespace-only changes.

test/e2e/testdata/external_secret.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ spec:
1212
componentName: ExternalSecretsCoreController
1313
egress:
1414
# Allow egress to Kubernetes API server, AWS endpoints, and DNS
15-
- ports:
15+
- to: []
16+
ports:
1617
- protocol: TCP
1718
port: 6443 # Kubernetes API
1819
- protocol: TCP

test/e2e/testdata/secret.yaml

Whitespace-only changes.

test/e2e/testdata/servicemonitoring.yaml

Whitespace-only changes.

0 commit comments

Comments
 (0)