Skip to content

Commit 6cf1a65

Browse files
Merge pull request #49 from GitGuardian/ctourriere/add_cluster_role_in_k8s_example
docs: add clusterRole configuration in k8s examples
2 parents 6f74fd4 + 90606c2 commit 6cf1a65

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

charts/ggscout/examples/k8s_incluster/values.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,9 @@ inventory:
2828
envFrom:
2929
- secretRef:
3030
name: ggscout-secrets
31+
32+
clusterRole:
33+
# Important to set this to true, otherwise you need to manually create the ClusterRole and the ClusterRoleBinding
34+
create: true
35+
36+

charts/ggscout/examples/k8s_kubeconfigfile/values.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,8 @@ inventory:
3030
envFrom:
3131
- secretRef:
3232
name: ggscout-secrets
33+
34+
35+
clusterRole:
36+
# Important to set this to true, otherwise you need to manually create the ClusterRole and the ClusterRoleBinding
37+
create: true

0 commit comments

Comments
 (0)