Skip to content

Commit

Permalink
Merge pull request #441 from holyspectral/argocd-issues
Browse files Browse the repository at this point in the history
fix: NVSHAS-9442 issues on argocd
  • Loading branch information
selvamt94 authored Sep 19, 2024
2 parents fc09f90 + c1ed70f commit ff4482c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/core/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ rules:
resources:
- leases
verbs:
- create
- get
- update
---
Expand Down
2 changes: 2 additions & 0 deletions charts/core/templates/upgrader-cronjob.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ kind: CronJob
metadata:
name: neuvector-cert-upgrader-pod
namespace: {{ .Release.Namespace }}
annotations:
cert-upgrader-uid: ""
labels:
chart: {{ template "neuvector.chart" . }}
release: {{ .Release.Name }}
Expand Down

0 comments on commit ff4482c

Please sign in to comment.