Skip to content

Commit

Permalink
update pr messages
Browse files Browse the repository at this point in the history
  • Loading branch information
maciaszczykm committed Dec 12, 2024
1 parent 081236f commit c6a49f5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions setup/catalogs/security/opa-gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
name: opa-gatekeeper
icon: https://www.openpolicyagent.org/img/logos/opa-no-text-color.png
documentation: |
Sets up an OPA Gatekeeper policy controller
Sets up OPA Gatekeeper policy controller
creates:
git:
ref: sebastian/prod-2981-set-up-catalog-pipeline # TODO set to main
Expand All @@ -28,7 +28,8 @@ spec:
scmConnectionRef:
name: plural # you'll need to add this ScmConnection manually before this is functional
title: "OPA Gatekeeper setup ({{ context.cluster }})"
message: "Sets up OPA Gatekeeper on {{ context.cluster }} cluster."
message: |
Sets up OPA Gatekeeper on {{ context.cluster }} cluster.
identifier: pluralsh/plrl-dev-aws # FIXME
configuration:
- name: cluster
Expand Down
5 changes: 3 additions & 2 deletions setup/catalogs/security/trivy-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ spec:
name: trivy-operator
icon: https://aquasecurity.github.io/trivy-operator/latest/images/trivy-operator-logo.png
documentation: |
Sets up an Trivy Operator security toolkit
Sets up Trivy Operator security toolkit
creates:
git:
ref: sebastian/prod-2981-set-up-catalog-pipeline # TODO set to main
Expand All @@ -28,7 +28,8 @@ spec:
scmConnectionRef:
name: plural # you'll need to add this ScmConnection manually before this is functional
title: "Trivy Operator setup ({{ context.cluster }})"
message: "Sets up Trivy Operator on {{ context.cluster }} cluster."
message: |
Sets up Trivy Operator on {{ context.cluster }} cluster. Includes set of constraints and policy bundle.
identifier: pluralsh/plrl-dev-aws # FIXME
configuration:
- name: cluster
Expand Down

0 comments on commit c6a49f5

Please sign in to comment.