Update helm chart for teleport
This commit is contained in:
parent
47264e8c61
commit
1174b68d0f
@ -1,13 +1,13 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 14.1.5
|
appVersion: 14.2.0
|
||||||
dependencies:
|
dependencies:
|
||||||
- condition: installCRDs,operator.enabled
|
- condition: installCRDs,operator.enabled
|
||||||
name: teleport-operator
|
name: teleport-operator
|
||||||
repository: ""
|
repository: ""
|
||||||
version: 14.1.5
|
version: 14.2.0
|
||||||
description: Teleport is an access platform for your infrastructure
|
description: Teleport is an access platform for your infrastructure
|
||||||
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
|
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
|
||||||
keywords:
|
keywords:
|
||||||
- Teleport
|
- Teleport
|
||||||
name: teleport-cluster
|
name: teleport-cluster
|
||||||
version: 14.1.5
|
version: 14.2.0
|
||||||
@ -1,8 +1,8 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 14.1.5
|
appVersion: 14.2.0
|
||||||
description: Teleport Operator provides management of select Teleport resources.
|
description: Teleport Operator provides management of select Teleport resources.
|
||||||
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
|
icon: https://goteleport.com/images/logos/logo-teleport-square.svg
|
||||||
keywords:
|
keywords:
|
||||||
- Teleport
|
- Teleport
|
||||||
name: teleport-operator
|
name: teleport-operator
|
||||||
version: 14.1.5
|
version: 14.2.0
|
||||||
@ -275,6 +275,32 @@ spec:
|
|||||||
type: string
|
type: string
|
||||||
nullable: true
|
nullable: true
|
||||||
type: array
|
type: array
|
||||||
|
spacelift:
|
||||||
|
description: Spacelift allows the configuration of options specific
|
||||||
|
to the "spacelift" join method.
|
||||||
|
nullable: true
|
||||||
|
properties:
|
||||||
|
allow:
|
||||||
|
description: Allow is a list of Rules, nodes using this token
|
||||||
|
must match one allow rule to use this token.
|
||||||
|
items:
|
||||||
|
properties:
|
||||||
|
caller_id:
|
||||||
|
type: string
|
||||||
|
caller_type:
|
||||||
|
type: string
|
||||||
|
scope:
|
||||||
|
type: string
|
||||||
|
space_id:
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
|
nullable: true
|
||||||
|
type: array
|
||||||
|
hostname:
|
||||||
|
description: Hostname is the hostname of the Spacelift tenant
|
||||||
|
that tokens will originate from. E.g `example.app.spacelift.io`
|
||||||
|
type: string
|
||||||
|
type: object
|
||||||
suggested_agent_matcher_labels:
|
suggested_agent_matcher_labels:
|
||||||
additionalProperties:
|
additionalProperties:
|
||||||
x-kubernetes-preserve-unknown-fields: true
|
x-kubernetes-preserve-unknown-fields: true
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user