Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ROX-24792: remove compliance operator #1897

Merged
merged 3 commits into from
Jun 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions dp-terraform/helm/rhacs-terraform/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,5 @@ dependencies:
- name: vertical-pod-autoscaler
repository: ""
version: 0.1.0
- name: compliance-operator
repository: ""
version: 0.1.0
digest: sha256:324d9c58d59b0f51e3d547e8825c9bb8415f90d47b5e75ef90d76e844d41a772
generated: "2024-06-12T12:15:47.378422393+02:00"
digest: sha256:d935785f613711e133ef1b0e340d5ac480f54b31c586f94abdda4955593c936a
generated: "2024-06-17T16:30:27.282273206+02:00"
3 changes: 0 additions & 3 deletions dp-terraform/helm/rhacs-terraform/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,3 @@ dependencies:
- name: vertical-pod-autoscaler
version: "0.1.0"
condition: verticalPodAutoscaler.enabled
- name: compliance-operator
version: "0.1.0"
condition: complianceOperator.enabled

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions dp-terraform/helm/rhacs-terraform/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -275,9 +275,6 @@ secretStore:
verticalPodAutoscaler:
enabled: true

complianceOperator:
enabled: false

global:
secretStore:
aws:
Expand Down
Loading