Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: assert keptn-cert-manager integration test more precisely #3258

Merged
merged 1 commit into from
Mar 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .chainsaw.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ spec:
assert: 6m40s
cleanup: 6m40s
error: 6m40s
exec: 6m40s
18 changes: 18 additions & 0 deletions test/chainsaw/testcertificate/cert-recreates/00-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,21 @@ metadata:
control-plane: lifecycle-operator
status:
readyReplicas: 1
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: lifecycle-operator
status:
phase: Running
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: metrics-operator
status:
phase: Running
18 changes: 18 additions & 0 deletions test/chainsaw/testcertificate/cert-recreates/01-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,21 @@ metadata:
control-plane: lifecycle-operator
status:
readyReplicas: 1
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: lifecycle-operator
status:
phase: Running
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: metrics-operator
status:
phase: Running
18 changes: 18 additions & 0 deletions test/chainsaw/testcertificate/cert-recreates/02-assert.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,21 @@ metadata:
namespace: keptn-system
status:
readyReplicas: 1
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: lifecycle-operator
status:
phase: Running
---
apiVersion: v1
kind: Pod
metadata:
namespace: keptn-system
labels:
control-plane: metrics-operator
status:
phase: Running
Loading