Skip to content

Commit 618566d

Browse files
committed
Test a failure
1 parent e3160db commit 618566d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint-and-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: ["main", "cicd"]
88

99
jobs:
10-
unittest:
10+
lint:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@v3

graylog/templates/workload/statefulsets/graylog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
timeoutSeconds: {{ .Values.graylog.custom.livenessProbe.timeoutSeconds | int }}
105105
failureThreshold: {{ .Values.graylog.custom.livenessProbe.failureThreshold | int }}
106106
successThreshold: {{ .Values.graylog.custom.livenessProbe.successThreshold |int }}
107-
{{- end }}
107+
{{- end asdasdasda }}
108108
{{- if .Values.graylog.custom.readinessProbe.enabled }}
109109
readinessProbe:
110110
tcpSocket:

0 commit comments

Comments
 (0)