Skip to content

Commit

Permalink
[IGNORE] review comment fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Akshay Iyyadurai Balasundaram <[email protected]>
  • Loading branch information
ibakshay committed Dec 10, 2024
1 parent d7b5f16 commit 3cc01c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/perses/templates/tests/test-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ data:
DETIK_CLIENT_NAME="kubectl"
@test "Verify successful deployment and running status of the {{ .Release.Name }}-operator pod" {
@test "Verify successful deployment and running status of the {{ .Release.Name }} pod" {
verify "there is 1 statefulset named '{{ include "perses.fullname" . }}'"
try "at most 2 times every 5s to get pods named '{{ include "perses.fullname" . }}.*' and verify that '.status.phase' is 'running'"
try "at most 3 times every 20s to get pods named '{{ include "perses.fullname" . }}.*' and verify that '.status.phase' is 'running'"
}
@test "Verify that there is a service named {{ include "perses.fullname" . }}" {
Expand Down
3 changes: 2 additions & 1 deletion charts/perses/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,4 +234,5 @@ testFramework:
registry: ghcr.io
repository: cloudoperators/greenhouse-extensions-integration-test
tag: main
imagePullPolicy: IfNotPresent
imagePullPolicy: IfNotPresent

0 comments on commit 3cc01c3

Please sign in to comment.