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

[do not merge] debug: CI, multi-validator bug #195

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from
Draft
Changes from 1 commit
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
Prev Previous commit
Next Next commit
set restartPolicy to always, only supported
Anmol1696 committed Aug 29, 2023
commit 2032491431c20ef497f1c9305e3f98e28e5350ae
2 changes: 1 addition & 1 deletion charts/devnet/templates/chains/cosmos/validator.yaml
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ spec:
app.kubernetes.io/name: {{ $chain.name }}-validator
app.kubernetes.io/version: {{ $.Chart.AppVersion }}
spec:
restartPolicy: Never
restartPolicy: Always
{{- include "imagePullSecrets" $chain | indent 6 }}
initContainers:
{{- if $toBuild }}