Skip to content

Commit

Permalink
feat(nostromo): remove the samples operator
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed Nov 11, 2024
1 parent 4d9643c commit b11089e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manifests/applications/op1st-pipelines/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ patches:
metadata:
name: config
spec:
chain:
artifacts.taskrun.format: tekton
pipeline:
enable-provenance-in-status: true
platforms:
Expand Down
9 changes: 9 additions & 0 deletions manifests/environments/nostromo/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ resources:
- ../../organizational-unit-scope/

- stubs/cluster-version.yaml
- stubs/configs-samples.yaml
- stubs/node-cluster.yaml
- stubs/openshift-storage.yaml

Expand Down Expand Up @@ -65,3 +66,11 @@ patches:
name: cluster
spec:
cgroupMode: v2
- patch: |-
apiVersion: samples.operator.openshift.io/v1
kind: Config
metadata:
name: cluster
spec:
managementState: Removed
4 changes: 4 additions & 0 deletions manifests/environments/nostromo/stubs/configs-samples.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
apiVersion: samples.operator.openshift.io/v1
kind: Config
metadata:
name: cluster

0 comments on commit b11089e

Please sign in to comment.