forked from gravitational/teleport
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit adds the Teleport operator. The operator reconciles TeleportUsers and TeleportRoles Kubernetes resources with Users and Roles Teleport resources.
- Loading branch information
1 parent
adc37b4
commit 5effbd8
Showing
64 changed files
with
11,357 additions
and
187 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
clusterName: test-cluster-name | ||
operator: | ||
enabled: true | ||
installCRDs: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,15 @@ | ||
.version: &version "11.0.0-dev" | ||
|
||
name: teleport-cluster | ||
apiVersion: v2 | ||
version: "11.0.0-dev" | ||
appVersion: "11.0.0-dev" | ||
version: *version | ||
appVersion: *version | ||
description: Teleport is a unified access plane for your infrastructure | ||
icon: https://goteleport.com/images/logos/logo-teleport-square.svg | ||
keywords: | ||
- Teleport | ||
|
||
dependencies: | ||
- name: teleport-operator | ||
version: *version | ||
condition: installCRDs |
10 changes: 10 additions & 0 deletions
10
examples/chart/teleport-cluster/charts/teleport-operator/Chart.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
.version: &version "11.0.0-dev" | ||
|
||
name: teleport-operator | ||
apiVersion: v2 | ||
version: *version | ||
appVersion: *version | ||
description: Teleport Operator is a unified access plane for your infrastructure | ||
icon: https://goteleport.com/images/logos/logo-teleport-square.svg | ||
keywords: | ||
- Teleport |
Oops, something went wrong.