-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(helm): add priorityClassName and extraLabels to kube-agent (#12559…
…) (#12568) * feat(helm): add priorityClassName and extraLabels to kube-agent Signed-off-by: Roman Tkachenko <[email protected]> Co-authored-by: daquinoaldo <[email protected]> Co-authored-by: daquinoaldo <[email protected]>
- Loading branch information
1 parent
fdaaa2d
commit ae3dde9
Showing
14 changed files
with
452 additions
and
3 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
31 changes: 31 additions & 0 deletions
31
examples/chart/teleport-kube-agent/.lint/extra-labels.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,31 @@ | ||
authToken: auth-token | ||
proxyAddr: proxy.example.com:3080 | ||
kubeClusterName: test-kube-cluster | ||
extraLabels: | ||
clusterRole: | ||
app.kubernetes.io/name: "teleport-kube-agent" | ||
resource: "clusterrole" | ||
clusterRoleBinding: | ||
app.kubernetes.io/name: "teleport-kube-agent" | ||
resource: "clusterrolebinding" | ||
config: | ||
app.kubernetes.io/name: "teleport-kube-agent" | ||
resource: "config" | ||
deployment: | ||
app.kubernetes.io/name: "teleport-kube-agent" | ||
resource: "deployment" | ||
pod: | ||
app.kubernetes.io/name: "teleport-kube-agent" | ||
resource: "pod" | ||
podDisruptionBudget: | ||
app.kubernetes.io/name: "teleport-kube-agent" | ||
resource: "poddisruptionbudget" | ||
podSecurityPolicy: | ||
app.kubernetes.io/name: "teleport-kube-agent" | ||
resource: "podsecuritypolicy" | ||
secret: | ||
app.kubernetes.io/name: "teleport-kube-agent" | ||
resource: "secret" | ||
serviceAccount: | ||
app.kubernetes.io/name: "teleport-kube-agent" | ||
resource: "serviceaccount" |
4 changes: 4 additions & 0 deletions
4
examples/chart/teleport-kube-agent/.lint/priority-class-name.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,4 @@ | ||
authToken: auth-token | ||
proxyAddr: proxy.example.com:3080 | ||
kubeClusterName: test-kube-cluster | ||
priorityClassName: teleport-kube-agent |
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
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
Oops, something went wrong.