apps(discordbot-2b): Add continue on error to db script

main
trivernis 10 months ago
parent e8b2de89fe
commit e5c81801b4
Signed by: Trivernis
GPG Key ID: DFFFCC2C7A02DB45

@ -4,14 +4,18 @@ metadata:
namespace: discordbot-2b
name: cluster-scripts
spec:
continueOnError: true
scripts:
- name: init-db
version: 1
scriptFrom:
secretKeyRef:
name: 2b-secret
key: init-db.sql
- name: init-user
retryOnError: true
version: 2
scriptFrom:
secretKeyRef:
name: 2b-secret

Loading…
Cancel
Save