Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions argocd/applications/configs/alerting-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ caSecretName: gateway-ca-cert
caSecretKey: ca.crt

openPolicyAgent:
image:
tag: 1.10.1-static
config:
profile: "compressed"

Expand Down
3 changes: 3 additions & 0 deletions argocd/applications/configs/cluster-connect-gateway.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ controller:

# https://doc.traefik.io/traefik/migrate/v2-to-v3-details/#kubernetes-crds-api-group-traefikcontainous
traefikApiGroup: "traefik.io/v1alpha1"

openpolicyagent:
tag: 1.10.1-static
3 changes: 3 additions & 0 deletions argocd/applications/configs/cluster-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,6 @@ clusterManager:

metrics:
enabled: true

openpolicyagent:
tag: 1.10.1-static
Loading