update schema from values.yml schema change
This commit is contained in:
parent
8fda51850b
commit
5bcff5a651
@ -49,28 +49,10 @@ components:
|
|||||||
description: Optionally specify a different image for the 'kube-cert-agent' pod which is scheduled on the control plane. This image needs only to include `sleep` and `cat` binaries. By default, the same image specified for image_repo/image_digest/image_tag will be re-used.
|
description: Optionally specify a different image for the 'kube-cert-agent' pod which is scheduled on the control plane. This image needs only to include `sleep` and `cat` binaries. By default, the same image specified for image_repo/image_digest/image_tag will be re-used.
|
||||||
default: null
|
default: null
|
||||||
image_pull_dockerconfigjson:
|
image_pull_dockerconfigjson:
|
||||||
type: object
|
type: string
|
||||||
additionalProperties: false
|
|
||||||
nullable: true
|
nullable: true
|
||||||
description: 'Specifies a secret to be used when pulling the above `image_repo` container image. Can be used when the above image_repo is a private registry. Typically the value would be the output of: kubectl create secret docker-registry x --docker-server=https://example.io --docker-username=''USERNAME'' --docker-password=''PASSWORD'' --dry-run=client -o json | jq -r ''.data[''.dockerconfigjson'']'' Optional.'
|
description: 'Specifies a secret to be used when pulling the above `image_repo` container image. Can be used when the above image_repo is a private registry. Typically the value would be the output of: kubectl create secret docker-registry x --docker-server=https://example.io --docker-username=''USERNAME'' --docker-password=''PASSWORD'' --dry-run=client -o json | jq -r ''.data[''.dockerconfigjson'']'' Optional.'
|
||||||
properties:
|
default: null
|
||||||
auths:
|
|
||||||
type: object
|
|
||||||
additionalProperties: false
|
|
||||||
properties:
|
|
||||||
https://registry.example.com:
|
|
||||||
type: object
|
|
||||||
additionalProperties: false
|
|
||||||
properties:
|
|
||||||
username:
|
|
||||||
type: string
|
|
||||||
default: USERNAME
|
|
||||||
password:
|
|
||||||
type: string
|
|
||||||
default: PASSWORD
|
|
||||||
auth:
|
|
||||||
type: string
|
|
||||||
default: BASE64_ENCODED_USERNAME_COLON_PASSWORD
|
|
||||||
discovery_url:
|
discovery_url:
|
||||||
type: string
|
type: string
|
||||||
nullable: true
|
nullable: true
|
||||||
|
@ -44,28 +44,10 @@ components:
|
|||||||
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
|
description: Specify either an image_digest or an image_tag. If both are given, only image_digest will be used.
|
||||||
default: latest
|
default: latest
|
||||||
image_pull_dockerconfigjson:
|
image_pull_dockerconfigjson:
|
||||||
type: object
|
type: string
|
||||||
additionalProperties: false
|
|
||||||
nullable: true
|
nullable: true
|
||||||
description: 'Specifies a secret to be used when pulling the above `image_repo` container image. Can be used when the above image_repo is a private registry. Typically the value would be the output of: kubectl create secret docker-registry x --docker-server=https://example.io --docker-username=''USERNAME'' --docker-password=''PASSWORD'' --dry-run=client -o json | jq -r ''.data[''.dockerconfigjson'']'' Optional.'
|
description: 'Specifies a secret to be used when pulling the above `image_repo` container image. Can be used when the above image_repo is a private registry. Typically the value would be the output of: kubectl create secret docker-registry x --docker-server=https://example.io --docker-username=''USERNAME'' --docker-password=''PASSWORD'' --dry-run=client -o json | jq -r ''.data[''.dockerconfigjson'']'' Optional.'
|
||||||
properties:
|
default: null
|
||||||
auths:
|
|
||||||
type: object
|
|
||||||
additionalProperties: false
|
|
||||||
properties:
|
|
||||||
https://registry.example.com:
|
|
||||||
type: object
|
|
||||||
additionalProperties: false
|
|
||||||
properties:
|
|
||||||
username:
|
|
||||||
type: string
|
|
||||||
default: USERNAME
|
|
||||||
password:
|
|
||||||
type: string
|
|
||||||
default: PASSWORD
|
|
||||||
auth:
|
|
||||||
type: string
|
|
||||||
default: BASE64_ENCODED_USERNAME_COLON_PASSWORD
|
|
||||||
deprecated_service_http_nodeport_port:
|
deprecated_service_http_nodeport_port:
|
||||||
type: integer
|
type: integer
|
||||||
nullable: true
|
nullable: true
|
||||||
|
Loading…
Reference in New Issue
Block a user