Skip to content

Commit

Permalink
add pod logs to kube chart
Browse files Browse the repository at this point in the history
  • Loading branch information
punkle committed Feb 19, 2024
1 parent b47f89c commit 82cb3c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roadie-kubernetes-cluster-access/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: roadie-kubernetes-cluster-access
description: Allows read access from Roadie Backstage to a Kubernetes cluster
type: application
version: 0.1.4
appVersion: 0.1.4
version: 0.1.5
appVersion: 0.1.5
sources:
- https://github.com/RoadieHQ/helm-charts
maintainers:
Expand All @@ -12,4 +12,4 @@ maintainers:
url: https://roadie.io
- name: Sam Blausten
email: engineering@roadie.io
url: https://roadie.io
url: https://roadie.io
1 change: 1 addition & 0 deletions roadie-kubernetes-cluster-access/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ clusterRole:
- apiGroups:
- ""
resources:
- "pods/log"
- "pods"
- "configmaps"
- "services"
Expand Down

0 comments on commit 82cb3c3

Please sign in to comment.