We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3160db commit 618566dCopy full SHA for 618566d
.github/workflows/lint-and-test.yaml
@@ -7,7 +7,7 @@ on:
7
branches: ["main", "cicd"]
8
9
jobs:
10
- unittest:
+ lint:
11
runs-on: ubuntu-latest
12
steps:
13
- uses: actions/checkout@v3
graylog/templates/workload/statefulsets/graylog.yaml
@@ -104,7 +104,7 @@ spec:
104
timeoutSeconds: {{ .Values.graylog.custom.livenessProbe.timeoutSeconds | int }}
105
failureThreshold: {{ .Values.graylog.custom.livenessProbe.failureThreshold | int }}
106
successThreshold: {{ .Values.graylog.custom.livenessProbe.successThreshold |int }}
107
- {{- end }}
+ {{- end asdasdasda }}
108
{{- if .Values.graylog.custom.readinessProbe.enabled }}
109
readinessProbe:
110
tcpSocket:
0 commit comments