mirror of
https://github.com/ansible/awx-operator.git
synced 2026-03-29 23:03:11 +00:00
18 lines
410 B
Django/Jinja
18 lines
410 B
Django/Jinja
---
|
|
apiVersion: v1
|
|
kind: Event
|
|
metadata:
|
|
name: restore-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: RestoreFailed
|
|
type: Warning
|
|
firstTimestamp: {{ now }}
|
|
lastTimestamp: {{ now }}
|
|
count: 1
|