fix: remove nested .git folders, re-add as normal directories
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: prisma-migrate-RELEASE_TAG
|
||||
namespace: optima
|
||||
labels:
|
||||
app: prisma-migrate
|
||||
spec:
|
||||
backoffLimit: 3
|
||||
ttlSecondsAfterFinished: 300
|
||||
template:
|
||||
spec:
|
||||
containers:
|
||||
- name: migrate
|
||||
image: ghcr.io/project-optima/ttscm-api-migrate:RELEASE_TAG
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: api-env-secret
|
||||
- secretRef:
|
||||
name: optima-keys-secret
|
||||
restartPolicy: Never
|
||||
imagePullSecrets:
|
||||
- name: github-container-registry
|
||||
Reference in New Issue
Block a user