Skip to content

Commit

Permalink
Fix kuttl test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrdrew committed Oct 16, 2024
1 parent a229b08 commit db639dc
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions tests/e2e/replicas/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
kind: Deployment
apiVersion: apps/v1
metadata:
name: chrome-frontend
name: chrome-big-frontend
namespace: test-replicas
labels:
frontend: chrome
frontend: chrome-big
ownerReferences:
- apiVersion: cloud.redhat.com/v1alpha1
kind: Frontend
Expand All @@ -14,7 +14,7 @@ spec:
replicas: 4
selector:
matchLabels:
frontend: chrome
frontend: chrome-big
template:
spec:
volumes:
Expand All @@ -39,19 +39,19 @@ spec:
kind: Deployment
apiVersion: apps/v1
metadata:
name: chrome-small
name: chrome-small-frontend
namespace: test-replicas
labels:
frontend: chrome
frontend: chrome-small
ownerReferences:
- apiVersion: cloud.redhat.com/v1alpha1
kind: Frontend
name: chrome
name: chrome-small
spec:
replicas: 2
selector:
matchLabels:
frontend: chrome
frontend: chrome-small
template:
spec:
volumes:
Expand All @@ -76,19 +76,19 @@ spec:
kind: Deployment
apiVersion: apps/v1
metadata:
name: chrome-default
name: chrome-default-frontend
namespace: test-replicas
labels:
frontend: chrome
frontend: chrome-default
ownerReferences:
- apiVersion: cloud.redhat.com/v1alpha1
kind: Frontend
name: chrome
name: chrome-default
spec:
replicas: 1
replicas: 2
selector:
matchLabels:
frontend: chrome
frontend: chrome-default
template:
spec:
volumes:
Expand All @@ -109,4 +109,3 @@ spec:
volumeMounts:
- name: config
mountPath: /opt/app-root/src/build/stable/operator-generated

0 comments on commit db639dc

Please sign in to comment.