forked from aquasecurity/starboard
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Daniel Pacak <[email protected]>
- Loading branch information
1 parent
258d487
commit 45d4e47
Showing
2 changed files
with
75 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
You have installed starboard-operator in the namespace "{{ .Release.Namespace }}" | ||
and it is configured to operate in the namespaces: '{{ tpl .Values.targetNamespaces . | default "(all namespaces)" }}'. | ||
You have installed Starboard Operator in the "{{ .Release.Namespace }}" namespace. | ||
It is configured to discover Kubernetes workloads in the namespaces: '{{ tpl .Values.targetNamespaces . | default "(all namespaces)" }}'. | ||
|
||
Inspect created VulnerabilityReports by: | ||
|
||
kubectl get vulnerabilityreports --all-namespaces | ||
|
||
Inspect the work log of starboard-operator by: | ||
|
||
kubectl logs -n {{ .Release.Namespace }} deploy/{{ include "starboard-operator.fullname" . }} | ||
kubectl logs -n {{ .Release.Namespace }} deployment/{{ include "starboard-operator.fullname" . }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters