UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit eab709f6 authored by Chris Harden's avatar Chris Harden Committed by Michael Martin
Browse files

Kiali: disabled automountserviceaccounttoken in the Kiali namespace

parent cdf4f318
No related branches found
No related tags found
1 merge request!3537Kiali: disabled automountserviceaccounttoken in the Kiali namespace
......@@ -703,6 +703,7 @@ policies:
- kyverno
- velero
- neuvector
- kiali
update-automountserviceaccounttokens:
enabled: true
......@@ -800,6 +801,9 @@ policies:
- neuvector-updater-pod-*
- neuvector-prometheus-exporter-pod-*
- neuvector-registry-adapter-pod-*
- namespace: kiali
pods:
- kiali-*
- namespace: argocd
pods:
# application-controller pods interact with secrets, configmaps, events, and Argo CRDs
......@@ -826,6 +830,7 @@ policies:
# notifications bot pods interact with secrets, configmaps, and CRDs
# More details in argocd/chart/templates/argocd-notifications/bots/slack/role.yaml
- argocd-argocd-notifications-controller-*
istio:
enabled: {{ .Values.istio.enabled }}
......
......@@ -375,6 +375,13 @@ kyvernoReporter:
cypress_grafana_url: https://grafana.bigbang.dev
cypress_prometheus_url: https://prometheus.bigbang.dev
cypress_check_datasource: 'true'
resources:
requests:
cpu: 2
memory: 3Gi
limits:
cpu: 2
memory: 3Gi
kyvernoPolicies:
values:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment