Skip to content
Open
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
81 changes: 0 additions & 81 deletions api/v1beta1/disruption_rollout_types.go

This file was deleted.

117 changes: 0 additions & 117 deletions api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions chart/templates/clusterroles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ metadata:
rbac.authorization.k8s.io/aggregate-to-admin: "true"
rules:
- apiGroups: ["chaos.datadoghq.com"]
resources: ["disruptions", "disruptioncrons", "disruptionrollouts"]
resources: ["disruptions", "disruptioncrons"]
verbs: ["get", "list", "watch"]
---
apiVersion: rbac.authorization.k8s.io/v1
Expand All @@ -28,6 +28,6 @@ metadata:
rbac.authorization.k8s.io/aggregate-to-admin: "true"
rules:
- apiGroups: ["chaos.datadoghq.com"]
resources: ["disruptions", "disruptioncrons", "disruptionrollouts"]
resources: ["disruptions", "disruptioncrons"]
verbs: ["create", "delete", "deletecollection", "patch", "update"]
{{- end }}
1 change: 0 additions & 1 deletion chart/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ data:
allowNodeLevel: {{ .Values.controller.safeMode.allowNodeLevel }}
allowNodeFailure: {{ .Values.controller.safeMode.allowNodeFailure }}
disruptionCronEnabled: {{ .Values.controller.disruptionCronEnabled }}
disruptionRolloutEnabled: {{ .Values.controller.disruptionRolloutEnabled }}
disruptionDeletionTimeout: {{ .Values.controller.disruptionDeletionTimeout }}
disabledDisruptions:
{{- range $index, $kind := .Values.controller.disabledDisruptions }}
Expand Down
Loading