Skip to content

Commit

Permalink
fix namespace configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Frank Jogeleit <[email protected]>
  • Loading branch information
fjogeleit committed Mar 6, 2025
1 parent 46c5562 commit f0a1a2d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ roleRef:
subjects:
- kind: "ServiceAccount"
name: {{ include "kyverno-plugin.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
namespace: {{ include "policyreporter.namespace" . }}
{{- end }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ roleRef:
subjects:
- kind: "ServiceAccount"
name: {{ include "kyverno-plugin.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
namespace: {{ include "policyreporter.namespace" . }}
{{- end }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ roleRef:
subjects:
- kind: "ServiceAccount"
name: {{ include "kyverno-plugin.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
namespace: {{ include "policyreporter.namespace" . }}
{{- end }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ roleRef:
subjects:
- kind: "ServiceAccount"
name: {{ include "trivy-plugin.serviceAccountName" . }}
namespace: {{ .Release.Namespace }}
namespace: {{ include "policyreporter.namespace" . }}
{{- end }}
{{- end }}

0 comments on commit f0a1a2d

Please sign in to comment.