fix templates
This commit is contained in:
+26
-26
@@ -1,26 +1,26 @@
|
||||
apiVersion: runwhen.com/v1
|
||||
kind: ServiceLevelX
|
||||
metadata:
|
||||
name: {{slx_name}}
|
||||
labels:
|
||||
{% include "common-labels.yaml" %}
|
||||
annotations:
|
||||
{% include "common-annotations.yaml" %}
|
||||
spec:
|
||||
imageURL: https://storage.googleapis.com/runwhen-nonprod-shared-images/icons/runwhen.svg
|
||||
alias: System Info Check (Bash)
|
||||
asMeasuredBy: >-
|
||||
Tool Builder task via rw-generic-codecollection tool-builder runtime.
|
||||
owners:
|
||||
- {{workspace.owner_email}}
|
||||
statement: >-
|
||||
The runner should report hostname, uptime, and disk space when queried.
|
||||
additionalContext:
|
||||
qualified_name: "{{ match_resource.qualified_name }}"
|
||||
tags:
|
||||
- name: platform
|
||||
value: runwhen
|
||||
- name: access
|
||||
value: read-only
|
||||
- name: data
|
||||
value: config
|
||||
apiVersion: runwhen.com/v1
|
||||
kind: ServiceLevelX
|
||||
metadata:
|
||||
name: {{slx_name}}
|
||||
labels:
|
||||
{% include "common-labels.yaml" %}
|
||||
annotations:
|
||||
{% include "common-annotations.yaml" %}
|
||||
spec:
|
||||
imageURL: https://storage.googleapis.com/runwhen-nonprod-shared-images/icons/runwhen.svg
|
||||
alias: System Info Check (Bash)
|
||||
asMeasuredBy: >-
|
||||
Tool Builder task via rw-generic-codecollection tool-builder runtime.
|
||||
owners:
|
||||
- {{workspace.owner_email}}
|
||||
statement: >-
|
||||
The runner should report hostname and disk space when queried.
|
||||
additionalContext:
|
||||
qualified_name: "{{ match_resource.qualified_name }}"
|
||||
tags:
|
||||
- name: platform
|
||||
value: runwhen
|
||||
- name: access
|
||||
value: read-only
|
||||
- name: data
|
||||
value: config
|
||||
|
||||
Reference in New Issue
Block a user