mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
* Copied MariaDB from old name and change to new name Adding Backup, SqlJobs, Grant, Database and User Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net> * Set progressing as default Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net> --------- Signed-off-by: Mikael Sennerholm <mikael@sennerholm.net> Co-authored-by: pasha-codefresh <pavel@codefresh.io>
24 lines
478 B
YAML
24 lines
478 B
YAML
apiVersion: k8s.mariadb.com/v1alpha1
|
|
kind: SqlJob
|
|
metadata:
|
|
name: jobname
|
|
spec:
|
|
backoffLimit: 5
|
|
database: dbname
|
|
mariaDbRef:
|
|
name: mariadb
|
|
waitForIt: true
|
|
passwordSecretKeyRef:
|
|
key: password
|
|
name: mariadb-root
|
|
restartPolicy: OnFailure
|
|
serviceAccountName: jobname
|
|
sql: "Some SQL"
|
|
username: root
|
|
status:
|
|
conditions:
|
|
- lastTransitionTime: "2024-03-19T11:39:00Z"
|
|
message: Failed
|
|
reason: JobFailed
|
|
status: "True"
|
|
type: Complete
|