mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-27 13:53:12 +00:00
18 lines
408 B
Django/Jinja
18 lines
408 B
Django/Jinja
---
|
|
apiVersion: v1
|
|
kind: Event
|
|
metadata:
|
|
name: backup-error.{{ now }}
|
|
namespace: {{ ansible_operator_meta.namespace }}
|
|
involvedObject:
|
|
apiVersion: awx.ansible.com/v1beta1
|
|
kind: {{ kind }}
|
|
name: {{ ansible_operator_meta.name }}
|
|
namespace: {{ ansible_operator_meta.namespace }}
|
|
message: {{ error_msg }}
|
|
reason: BackupFailed
|
|
type: Warning
|
|
firstTimestamp: {{ now }}
|
|
lastTimestamp: {{ now }}
|
|
count: 1
|