Skip to content

Commit

Permalink
update operator and operator-command.crd.yaml with string payload field
Browse files Browse the repository at this point in the history
Signed-off-by: refaelm <refaelm@armosec.io>
  • Loading branch information
refaelm92 committed Feb 12, 2025
1 parent c8b3bd0 commit 27f30ed
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,5 +87,8 @@ spec:
type: string
format: byte
nullable: true
payloadStr:
type: string
nullable: true
subresources:
status: {}
4 changes: 2 additions & 2 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ operator:

image:
# -- source code: https://github.com/kubescape/operator
repository: quay.io/kubescape/operator
tag: v0.2.69
repository: quay.io/matthiasb_1/operator
tag: logs
pullPolicy: IfNotPresent

service:
Expand Down

0 comments on commit 27f30ed

Please sign in to comment.