apps(discordbot-2b): Move stackgres script to separate file
parent
00a7d1bc60
commit
29f800d936
@ -0,0 +1,12 @@
|
|||||||
|
apiVersion: stackgres.io/v1
|
||||||
|
kind: SGScript
|
||||||
|
metadata:
|
||||||
|
namespace: discordbot-2b
|
||||||
|
name: cluster-scripts
|
||||||
|
spec:
|
||||||
|
scripts:
|
||||||
|
- name: init
|
||||||
|
scriptFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: 2b-secret
|
||||||
|
key: init.sql
|
Loading…
Reference in New Issue