Skip to content

Commit

Permalink
fix trivy config
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 11, 2024
1 parent 74fb0b2 commit ae58559
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ spec:
- {{ context.cluster }}.yaml.liquid
configuration:
cluster: {{ context.cluster }}
hostname: {{ context.hostname }}
clusterRef:
kind: Cluster
name: {{ context.cluster }}
Expand Down
7 changes: 2 additions & 5 deletions setup/catalogs/security/trivy-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ spec:
name: security
scmConnectionRef:
name: plural # you'll need to add this ScmConnection manually before this is functional
title: "Setting up Trivy Operator on cluster {{ context.cluster }} for {{ context.cloud }}"
message: |
Set up Trivy Operator on {{ context.cluster }} ({{ context.cloud }})
Will set up an Trivy Operator deployment
title: "Trivy Operator setup ({{ context.cluster }})"
message: "Sets up Trivy Operator on cluster {{ context.cluster }}."
identifier: pluralsh/plrl-dev-aws # FIXME
configuration:
- name: cluster
Expand Down

0 comments on commit ae58559

Please sign in to comment.