Skip to content

Commit

Permalink
Fix plus egress-block set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
komer3 committed Apr 29, 2024
1 parent dacb914 commit 8480546
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 34 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build_test_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: step-security/harden-runner@v2
with:
disable-sudo: true
egress-policy: audit
egress-policy: block
allowed-endpoints: >
api.linode.com:443
api.github.com:443
Expand All @@ -107,6 +107,8 @@ jobs:
cloud.tilt.dev:443
kubernetes-sigs.github.io:443
charts.jetstack.io:443
helm.cilium.io:443
linode.github.io:443
- uses: actions/checkout@v4

Expand Down
33 changes: 0 additions & 33 deletions e2e/default-CAPL-cluster/assert-child-cluster-resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,39 +50,6 @@ kind: HelmReleaseProxy
metadata:
labels:
cluster.x-k8s.io/cluster-name: ($cluster)
helmreleaseproxy.addons.cluster.x-k8s.io/helmchartproxy-name: linode-cloud-controller-manager
status:
conditions:
- type: Ready
status: "True"
- type: ClusterAvailable
status: "True"
- type: HelmReleaseReady
status: "True"
status: deployed
---
apiVersion: addons.cluster.x-k8s.io/v1alpha1
kind: HelmReleaseProxy
metadata:
labels:
cluster.x-k8s.io/cluster-name: ($cluster)
helmreleaseproxy.addons.cluster.x-k8s.io/helmchartproxy-name: cilium
status:
conditions:
- type: Ready
status: "True"
- type: ClusterAvailable
status: "True"
- type: HelmReleaseReady
status: "True"
status: deployed
---
apiVersion: addons.cluster.x-k8s.io/v1alpha1
kind: HelmReleaseProxy
metadata:
labels:
cluster.x-k8s.io/cluster-name: ($cluster)
helmreleaseproxy.addons.cluster.x-k8s.io/helmchartproxy-name: csi-driver-linode
status:
conditions:
- type: Ready
Expand Down

0 comments on commit 8480546

Please sign in to comment.