Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rm3l committed Jan 7, 2025
1 parent f3d38b5 commit 6e92c61
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
8 changes: 7 additions & 1 deletion config/profile/backstage.io/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ apiVersion: v1
kind: Namespace
metadata:
labels:
app: operator
control-plane: controller-manager
app.kubernetes.io/name: namespace
app.kubernetes.io/instance: system
app.kubernetes.io/component: manager
app.kubernetes.io/created-by: backstage-operator
app.kubernetes.io/part-of: backstage-operator
app.kubernetes.io/managed-by: kustomize
name: system
8 changes: 7 additions & 1 deletion config/profile/rhdh/namespace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@ apiVersion: v1
kind: Namespace
metadata:
labels:
app: operator
control-plane: controller-manager
app.kubernetes.io/name: namespace
app.kubernetes.io/instance: system
app.kubernetes.io/component: manager
app.kubernetes.io/created-by: backstage-operator
app.kubernetes.io/part-of: backstage-operator
app.kubernetes.io/managed-by: kustomize
name: operator
2 changes: 1 addition & 1 deletion config/samples/_v1alpha1_backstage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ metadata:
# app.kubernetes.io/managed-by: kustomize
# app.kubernetes.io/created-by: backstage-operator
name: backstage-sample
# spec:
#spec:
# TODO(user): Add fields here
6 changes: 3 additions & 3 deletions config/samples/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Append samples you want in your CSV to this file as resources ##
resources:
- _v1alpha3_backstage.yaml
- _v1alpha2_backstage.yaml
- _v1alpha1_backstage.yaml
- _v1alpha3_backstage.yaml
- _v1alpha2_backstage.yaml
- _v1alpha1_backstage.yaml
#+kubebuilder:scaffold:manifestskustomizesamples

0 comments on commit 6e92c61

Please sign in to comment.