diff --git a/charts/datadog-operator/values.yaml b/charts/datadog-operator/values.yaml index d445f9f8c..1fd5f6202 100644 --- a/charts/datadog-operator/values.yaml +++ b/charts/datadog-operator/values.yaml @@ -196,3 +196,5 @@ clusterRole: # allowReadAllResources is required to allow the operator to view all custom resources. # If collecting CRDs in the Kubernetes Explorer this is required allowReadAllResources: false + +noop: true \ No newline at end of file diff --git a/charts/private-action-runner/values.yaml b/charts/private-action-runner/values.yaml index b72ae56df..b3e7364da 100644 --- a/charts/private-action-runner/values.yaml +++ b/charts/private-action-runner/values.yaml @@ -84,3 +84,5 @@ runners: credentialFiles: [] # see examples/values.yaml for examples on how to specify secrets # credential files provided here will be mounted in /etc/dd-action-runner/ + +noop: true \ No newline at end of file