Skip to content
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
2 changes: 1 addition & 1 deletion charts/iag5/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Test to check the connection to 50051 to ensure IAG5 service is running

apiVersion: v1
kind: Pod
kind: Job
metadata:
name: "{{ include "iag5.fullname" . }}-test-connection"
labels:
Expand Down
4 changes: 2 additions & 2 deletions charts/iag5/templates/tests/test-processes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# minimum number of processes mentioned in values.yaml

apiVersion: v1
kind: Pod
kind: Job
metadata:
name: "{{ include "iag5.fullname" . }}-test-processes"
labels:
Expand Down Expand Up @@ -157,4 +157,4 @@ spec:
echo "One or more pods do not have adequate 'iagctl' process counts"
exit 1
fi
restartPolicy: Never
restartPolicy: Never
2 changes: 1 addition & 1 deletion charts/iag5/templates/tests/test-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# with IAG running in server and runner

apiVersion: v1
kind: Pod
kind: Job
metadata:
name: "{{ include "iag5.fullname" . }}-test-version"
labels:
Expand Down