Skip to content

Commit

Permalink
2 netpols case
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno committed Jan 29, 2024
1 parent dc18b3d commit 91f5bd4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ and this project's packages adheres to [Semantic Versioning](http://semver.org/s

## [Unreleased]

## [3.7.0] - 2024-01-22
### Added

### Changed
- Added `acme-solvers-networkpolicy` `NetworkPolicy` namespace to `kube-system`

- Changed `acme-solvers-networkpolicy` `NetworkPolicy` namespace to `kube-system`
## [3.7.0] - 2024-01-22

### Changed

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: cert-manager-http01-solvers
namespace: giantswarm
labels:
{{- include "labels" . | nindent 4 }}
spec:
podSelector:
matchLabels:
acme.cert-manager.io/http01-solver: "true"
policyTypes:
- Ingress
- Egress
ingress:
- {}
egress:
- {}

0 comments on commit 91f5bd4

Please sign in to comment.