Skip to content

Commit

Permalink
Merge pull request #1746 from tariq1890/prune-svc-account-name
Browse files Browse the repository at this point in the history
ensure post-delete-job's service account matches ref in job spec
  • Loading branch information
k8s-ci-robot committed Jun 27, 2024
2 parents b384c2e + 8e1907f commit 0418e7d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ServiceAccount
metadata:
name: {{ include "node-feature-discovery.master.serviceAccountName" . }}-prune
name: {{ include "node-feature-discovery.fullname" . }}-prune
namespace: {{ include "node-feature-discovery.namespace" . }}
labels:
{{- include "node-feature-discovery.labels" . | nindent 4 }}
Expand Down

0 comments on commit 0418e7d

Please sign in to comment.