Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove CRA migration permissions #215

Merged
merged 2 commits into from
Apr 9, 2024
Merged
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
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
Loading