mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-09 02:36:43 +00:00
* change target pod to target pod spec * add checks * update docs * fix tests Co-authored-by: MAKOSCAFEE <barnabasmakonda@gmail.com>
18 lines
442 B
YAML
18 lines
442 B
YAML
successMessage: example FP success
|
|
failureMessage: example FP fail
|
|
target: StatefulSet
|
|
schema:
|
|
'$schema': http://json-schema.org/draft-07/schema
|
|
type: object
|
|
properties:
|
|
metadata:
|
|
type: object
|
|
required: ["labels"]
|
|
properties:
|
|
labels:
|
|
type: object
|
|
required: ["app.kubernetes.io/name"]
|
|
properties:
|
|
app.kubernetes.io/name:
|
|
const: "{{ .metadata.name }}"
|