Skip to content

Commit

Permalink
Remove network policies from db template
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 22, 2025
1 parent 4c38ffc commit d4c4e2c
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions templates/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,34 +32,6 @@ objects:
database-name: "${NAME}"
database-password: "${DB_PASSWORD}"
database-user: "${NAME}"
- apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-from-openshift-ingress
labels:
template: openshift-test
spec:
podSelector: {}
ingress:
- from:
- namespaceSelector:
matchLabels:
network.openshift.io/policy-group: ingress
policyTypes:
- Ingress
- apiVersion: networking.k8s.io/v1
kind: NetworkPolicy
metadata:
name: allow-same-namespace
labels:
template: quickstart-network-security-policy
spec:
podSelector: {}
ingress:
- from:
- podSelector: {}
policyTypes:
- Ingress
- kind: PersistentVolumeClaim
apiVersion: v1
metadata:
Expand Down

0 comments on commit d4c4e2c

Please sign in to comment.