Skip to content

Commit

Permalink
fix: removing unreleated change
Browse files Browse the repository at this point in the history
  • Loading branch information
nexus49 committed Nov 19, 2024
1 parent 583d288 commit 6906a79
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/account-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
metadata:
labels:
service: {{ include "entity.name" . }}
control-plane: controller-manager
{{- with .Values.deployment.specTemplate.labels }}
{{- toYaml . | nindent 8 }}
{{- end }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ operator match the snapshot:
template:
metadata:
labels:
control-plane: controller-manager
service: RELEASE-NAME-account-operator
spec:
containers:
Expand Down Expand Up @@ -238,6 +239,7 @@ operator match the snapshot (with kubeconfigSecret):
template:
metadata:
labels:
control-plane: controller-manager
service: RELEASE-NAME-account-operator
spec:
containers:
Expand Down

0 comments on commit 6906a79

Please sign in to comment.