Skip to content

Commit

Permalink
helm: move kyverno and kubescape to security folder
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Login <batazor@evrone.com>
  • Loading branch information
batazor committed Mar 31, 2023
1 parent 5ea5579 commit c718183
Show file tree
Hide file tree
Showing 17 changed files with 4 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
kyverno:
enabled: true

hostNetwork: true

serviceMonitor:
enabled: true

Expand Down
2 changes: 1 addition & 1 deletion ops/argocd/infrastructure/kubescape/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
namespace: kubescape
server: 'https://kubernetes.default.svc'
source:
path: ops/Helm/addons/kubescape
path: ops/Helm/addons/security/kubescape
repoURL: 'https://github.com/shortlink-org/shortlink'
targetRevision: HEAD
helm:
Expand Down
2 changes: 1 addition & 1 deletion ops/argocd/infrastructure/kyverno/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
namespace: kyverno
server: 'https://kubernetes.default.svc'
source:
path: ops/Helm/addons/kyverno
path: ops/Helm/addons/security/kyverno
repoURL: 'https://github.com/shortlink-org/shortlink'
targetRevision: HEAD
helm:
Expand Down

0 comments on commit c718183

Please sign in to comment.