Skip to content

Commit

Permalink
Merge branch 'master' into add-rbac-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
moshloop authored Nov 5, 2024
2 parents 987a664 + 24e949f commit 21133c9
Show file tree
Hide file tree
Showing 8 changed files with 166 additions and 64 deletions.
5 changes: 3 additions & 2 deletions chart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Kubernetes native, multi-tenant synthetic monitoring system

| Repository | Name | Version |
|------------|------|---------|
| https://flanksource.github.io/charts | flanksource-ui | 1.0.757 |
| https://flanksource.github.io/charts | flanksource-ui | 1.0.772 |

## Values

Expand Down Expand Up @@ -64,6 +64,7 @@ Kubernetes native, multi-tenant synthetic monitoring system
| ingress.host | string | `"canary-checker"` | |
| ingress.tls | list | `[]` | |
| jsonLogs | bool | `true` | |
| labelsAllowList | list | `[]` | List of additional check label keys that should be included in the check metrics |
| livenessProbe.httpGet.path | string | `"/health"` | |
| livenessProbe.httpGet.port | int | `8080` | |
| logLevel | string | `""` | |
Expand All @@ -88,7 +89,7 @@ Kubernetes native, multi-tenant synthetic monitoring system
| serviceAccount.name | string | `"canary-checker-sa"` | |
| serviceAccount.rbac.clusterRole | bool | `true` | whether to create cluster-wide or namespaced roles |
| serviceAccount.rbac.configmaps | bool | `true` | for secret management with valueFrom |
| serviceAccount.rbac.enable | bool | `true` | Install (Cluster)Role and RoleBinding for the ServiceAccount |
| serviceAccount.rbac.enabled | bool | `true` | Install (Cluster)Role and RoleBinding for the ServiceAccount |
| serviceAccount.rbac.exec | bool | `true` | |
| serviceAccount.rbac.ingressCreateAndDelete | bool | `true` | for pod canary |
| serviceAccount.rbac.namespaceCreateAndDelete | bool | `true` | for namespace canary |
Expand Down
2 changes: 1 addition & 1 deletion chart/templates/rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{- if .Values.serviceAccount.rbac.enable }}
{{- if .Values.serviceAccount.rbac.enabled }}
apiVersion: rbac.authorization.k8s.io/v1
kind: "{{if .Values.serviceAccount.rbac.clusterRole}}Cluster{{end}}Role"
metadata:
Expand Down
Loading

0 comments on commit 21133c9

Please sign in to comment.