Skip to content

Commit

Permalink
Fix labels on runtime-reconciler
Browse files Browse the repository at this point in the history
  • Loading branch information
MarekMichali committed Dec 13, 2024
1 parent ce2a5f9 commit b18c584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resources/keb/templates/runtime-reconciler-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,16 @@ metadata:
name: runtime-reconciler
namespace: kcp-system
labels:
app: runtime-reconciler
app.kubernetes.io/name: runtime-reconciler
spec:
replicas: 1
selector:
matchLabels:
app: runtime-reconciler
app.kubernetes.io/name: runtime-reconciler
template:
metadata:
labels:
app: runtime-reconciler
app.kubernetes.io/name: runtime-reconciler
spec:
serviceAccountName: {{ .Values.global.kyma_environment_broker.serviceAccountName }}
{{- with .Values.deployment.securityContext }}
Expand Down

0 comments on commit b18c584

Please sign in to comment.