Skip to content

Commit

Permalink
re-generate files with gsed
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Milchev <[email protected]>
  • Loading branch information
imilchev committed Sep 26, 2023
1 parent a16d2e3 commit a1710c2
Show file tree
Hide file tree
Showing 10 changed files with 2 additions and 29 deletions.
5 changes: 0 additions & 5 deletions charts/mondoo-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1

apiVersion: v1
kind: ServiceAccount
metadata:
Expand Down Expand Up @@ -32,12 +29,10 @@ spec:
replicas: {{ .Values.controllerManager.replicas }}
selector:
matchLabels:
app.kubernetes.io/name: mondoo-operator
{{- include "mondoo-operator.selectorLabels" . | nindent 6 }}
template:
metadata:
labels:
app.kubernetes.io/name: mondoo-operator
{{- include "mondoo-operator.selectorLabels" . | nindent 8 }}
annotations:
kubectl.kubernetes.io/default-container: manager
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1

apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
metadata:
Expand Down
3 changes: 0 additions & 3 deletions charts/mondoo-operator/templates/leader-election-rbac.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1

apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand Down
3 changes: 0 additions & 3 deletions charts/mondoo-operator/templates/metrics-service.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1

apiVersion: v1
kind: Service
metadata:
Expand Down
3 changes: 0 additions & 3 deletions charts/mondoo-operator/templates/mondooauditconfig-crd.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1

apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
Expand Down
2 changes: 2 additions & 0 deletions charts/mondoo-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ controllerManager:
kubernetesClusterDomain: cluster.local
managerConfig:
controllerManagerConfigYaml: |-
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1
apiVersion: controller-runtime.sigs.k8s.io/v1alpha1
kind: ControllerManagerConfig
health:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1

apiVersion: operators.coreos.com/v1alpha1

Check warning on line 1 in config/manifests/bases/mondoo-operator.clusterserviceversion.yaml

View workflow job for this annotation

GitHub Actions / Run spell check

Skipping `config/manifests/bases/mondoo-operator.clusterserviceversion.yaml` because there seems to be more noise (2562) than unique words (354) (total: 2600 / 493). (noisy-file)
kind: ClusterServiceVersion
metadata:
Expand Down
3 changes: 0 additions & 3 deletions config/rbac/role.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1

---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
3 changes: 0 additions & 3 deletions config/webhook/manifests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Copyright (c) Mondoo, Inc.
# SPDX-License-Identifier: BUSL-1.1

---
apiVersion: admissionregistration.k8s.io/v1
kind: ValidatingWebhookConfiguration
Expand Down

0 comments on commit a1710c2

Please sign in to comment.