Skip to content

Commit

Permalink
Merge pull request #215 from VOID404/remove-cra-migration
Browse files Browse the repository at this point in the history
Remove CRA migration permissions
  • Loading branch information
VOID404 authored Apr 9, 2024
2 parents 27c3dfc + 269254f commit 0338c4b
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions application-connector.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -816,10 +816,6 @@ rules:
- apiGroups: ["metrics.k8s.io"]
resources: ["nodes"]
verbs: ["get", "list"]
- apiGroups: [""]
resources: ["secrets"]
resourceNames: ["compass-agent-configuration", "cluster-client-certificates"]
verbs: ["get", "delete"]
---
# Source: compass-runtime-agent/templates/cluster-role-binding.yaml
kind: ClusterRoleBinding
Expand Down Expand Up @@ -1033,7 +1029,7 @@ spec:
- containerPort: 8090
hostPort: 0
name: http-health
image: europe-docker.pkg.dev/kyma-project/prod/compass-runtime-agent:v20240313-a62de288
image: europe-docker.pkg.dev/kyma-project/prod/compass-runtime-agent:v20240402-b8ff9e34
imagePullPolicy: IfNotPresent
args:
- "/app/compass-runtime-agent"
Expand Down Expand Up @@ -1068,14 +1064,6 @@ spec:
value: "https://console.kyma.example.com"
- name: APP_HEALTH_PORT
value: "8090"
- name: APP_CA_CERT_SECRET_TO_MIGRATE
value: "istio-system/app-connector-certs"
- name: APP_CA_CERT_SECRET_KEYS_TO_MIGRATE
value: '["cacert"]'
- name: APP_AGENT_CONFIGURATION_SECRET_TO_MIGRATE
value: "compass-system/compass-agent-configuration"
- name: APP_CLUSTER_CERTIFICATES_SECRET_TO_MIGRATE
value: "compass-system/cluster-client-certificates"
- name: APP_CENTRAL_GATEWAY_SERVICE_URL
value: "http://central-application-gateway.kyma-system.svc.cluster.local:8082"
livenessProbe:
Expand Down

0 comments on commit 0338c4b

Please sign in to comment.