Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
drmorr0 committed Feb 16, 2024
1 parent a840fb6 commit 009ab7e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions itests/output/0001-fc-test-package.k8s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
- port: 8086
targetPort: 8086
selector:
fireconfig.io/app: deployment1
app.kubernetes.io/name: deployment1
---
apiVersion: v1
kind: ServiceAccount
Expand Down Expand Up @@ -49,18 +49,18 @@ apiVersion: apps/v1
kind: Deployment
metadata:
labels:
fireconfig.io/app: deployment1
app.kubernetes.io/name: deployment1
name: fc-test-package-depl
namespace: the-namespace
spec:
replicas: 1
selector:
matchLabels:
fireconfig.io/app: deployment1
app.kubernetes.io/name: deployment1
template:
metadata:
labels:
fireconfig.io/app: deployment1
app.kubernetes.io/name: deployment1
spec:
containers:
- args:
Expand Down

0 comments on commit 009ab7e

Please sign in to comment.