Skip to content

kyverno-reporter values.yaml📜

domain📜

Type: string

Default value
"dev.bigbang.mil"

Description: domain to use for virtual service

global.fullnameOverride📜

Type: string

Default value
"kyverno-reporter"

global.labels📜

Type: object

Default value
{}

networkPolicies.enabled📜

Type: bool

Default value
false

networkPolicies.ingressLabels.app📜

Type: string

Default value
"public-ingressgateway"

networkPolicies.ingressLabels.istio📜

Type: string

Default value
"ingressgateway"

networkPolicies.istioNamespaceSelector.ingress📜

Type: string

Default value
"istio-gateway"

networkPolicies.istioNamespaceSelector.egress📜

Type: string

Default value
"istio-gateway"

networkPolicies.controlPlaneCidr📜

Type: string

Default value
"0.0.0.0/0"

networkPolicies.additionalPolicies📜

Type: list

Default value
[]

istio.enabled📜

Type: bool

Default value
true

istio.mtls.mode📜

Type: string

Default value
"STRICT"

istio.hardened.enabled📜

Type: bool

Default value
false

istio.hardened.outboundTrafficPolicyMode📜

Type: string

Default value
"REGISTRY_ONLY"

istio.hardened.customAuthorizationPolicies[0].name📜

Type: string

Default value
"allow-kyverno-reporter"

istio.hardened.customAuthorizationPolicies[0].enabled📜

Type: bool

Default value
true

istio.hardened.customAuthorizationPolicies[0].spec.selector.matchLabels.”app.kubernetes.io/instance”📜

Type: string

Default value
"kyverno-reporter-kyverno-reporter"

istio.hardened.customAuthorizationPolicies[0].spec.action📜

Type: string

Default value
"ALLOW"

istio.hardened.customAuthorizationPolicies[0].spec.rules[0].from[0].source.namespaces[0]📜

Type: string

Default value
"kyverno-reporter"

istio.kyvernoReporter.enabled📜

Type: bool

Default value
true

Description: Enable Virtual Service for Kyverno Reporter

istio.kyvernoReporter.labels📜

Type: object

Default value
{}

Description: Labels for VS

istio.kyvernoReporter.gateways📜

Type: list

Default value
- istio-gateway/public-ingressgateway

Description: Gateways for VS

istio.kyvernoReporter.hosts📜

Type: list

Default value
- policyreporter.{{ .Values.domain }}

Description: Hosts for VS

bbtests.enabled📜

Type: bool

Default value
false

bbtests.cypress.artifacts📜

Type: bool

Default value
true

bbtests.cypress.envs.cypress_grafana_url📜

Type: string

Default value
"http://grafana.monitoring.svc.cluster.local"

bbtests.cypress.envs.cypress_prometheus_url📜

Type: string

Default value
"http://monitoring-kube-prometheus-prometheus.monitoring.svc.cluster.local:9090"

bbtests.cypress.envs.cypress_grafana_user📜

Type: string

Default value
"admin"

bbtests.cypress.envs.cypress_grafana_pass📜

Type: string

Default value
"prom-operator"

bbtests.cypress.envs.cypress_reporter_ns📜

Type: string

Default value
"kyverno-reporter"

bbtests.scripts.image📜

Type: string

Default value
"registry1.dso.mil/ironbank/opensource/kubernetes/kubectl:v1.33.5"

bbtests.scripts.envs.KYVERNO_REPORTER_URL📜

Type: string

Default value
"http://policy-reporter.kyverno-reporter.svc:8080"

bbtests.volumes📜

Type: list

Default value
[]

upstream.monitoring.enabled📜

Type: bool

Default value
true

Description: Enables the Prometheus Operator integration