fix
This commit is contained in:
@@ -113,6 +113,45 @@ options:
|
||||
examples:
|
||||
- false
|
||||
type: boolean
|
||||
images:
|
||||
default:
|
||||
kubectl:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: sebt3/basic-toolbox-image
|
||||
tag: 1.29.3
|
||||
examples:
|
||||
- kubectl:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: sebt3/basic-toolbox-image
|
||||
tag: 1.29.3
|
||||
properties:
|
||||
kubectl:
|
||||
default:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: sebt3/basic-toolbox-image
|
||||
tag: 1.29.3
|
||||
properties:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
enum:
|
||||
- Always
|
||||
- Never
|
||||
- IfNotPresent
|
||||
type: string
|
||||
registry:
|
||||
default: docker.io
|
||||
type: string
|
||||
repository:
|
||||
default: sebt3/basic-toolbox-image
|
||||
type: string
|
||||
tag:
|
||||
default: 1.29.3
|
||||
type: string
|
||||
type: object
|
||||
type: object
|
||||
ingress_class:
|
||||
default: traefik
|
||||
examples:
|
||||
|
||||
Reference in New Issue
Block a user