Skip to content

Commit

Permalink
polkabtc-parachain: add failsafe mode
Browse files Browse the repository at this point in the history
  • Loading branch information
ns212 committed Jun 13, 2022
1 parent 5c8b242 commit 6b05d94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion charts/polkabtc-parachain/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Helm chart for PolkaBTC

type: application
apiVersion: v2
version: 0.2.40
version: 0.2.41
appVersion: 2.0.0

home: https://interlay.io/
Expand Down
4 changes: 0 additions & 4 deletions charts/polkabtc-parachain/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,6 @@ spec:
{{- range .Values.args }}
- {{ . }}
{{- end }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
resources:
{{- toYaml .Values.resources | nindent 12 }}
{{- end }}
env:
{{- include "settings" $ | nindent 10 }}
Expand Down

0 comments on commit 6b05d94

Please sign in to comment.