Skip to content

Commit 2872eac

Browse files
committed
(rever unrelated changes)
1 parent 163011a commit 2872eac

20 files changed

Lines changed: 18 additions & 99 deletions

test/datadog-operator/baseline/Operator_Deployment_default.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,4 +93,4 @@ spec:
9393
volumeMounts:
9494
nodeSelector:
9595
kubernetes.io/os: linux
96-
volumes:
96+
volumes:

test/private-action-runner/__snapshot__/config-overrides.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ stringData:
3333
- com.datadoghq.kubernetes.core.getPod
3434
- com.datadoghq.kubernetes.core.listPod
3535
taskTimeoutSeconds: 25
36-
httpTimeoutSeconds: 10
37-
36+
httpTimeoutSeconds: 10
3837
---
3938
# Source: private-action-runner/templates/role.yaml
4039
apiVersion: rbac.authorization.k8s.io/v1
@@ -50,7 +49,6 @@ rules:
5049
verbs:
5150
- get
5251
- list
53-
5452
---
5553
# Source: private-action-runner/templates/rolebinding.yaml
5654
apiVersion: rbac.authorization.k8s.io/v1
@@ -66,7 +64,6 @@ subjects:
6664
- kind: ServiceAccount
6765
name: custom-full-name
6866
namespace: datadog-agent
69-
7067
---
7168
# Source: private-action-runner/templates/service.yaml
7269
apiVersion: v1
@@ -82,7 +79,6 @@ spec:
8279
- name: http
8380
port: 9016
8481
targetPort: 9016
85-
8682
---
8783
# Source: private-action-runner/templates/deployment.yaml
8884
apiVersion: apps/v1

test/private-action-runner/__snapshot__/custom-pod-scheduling.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ stringData:
3131
actionsAllowlist:
3232
- com.datadoghq.kubernetes.core.getPod
3333
- com.datadoghq.kubernetes.core.listPod
34-
httpTimeoutSeconds: 30
35-
34+
httpTimeoutSeconds: 30
3635
---
3736
# Source: private-action-runner/templates/role.yaml
3837
apiVersion: rbac.authorization.k8s.io/v1
@@ -48,7 +47,6 @@ rules:
4847
verbs:
4948
- get
5049
- list
51-
5250
---
5351
# Source: private-action-runner/templates/rolebinding.yaml
5452
apiVersion: rbac.authorization.k8s.io/v1
@@ -64,7 +62,6 @@ subjects:
6462
- kind: ServiceAccount
6563
name: resources-test-private-action-runner
6664
namespace: datadog-agent
67-
6865
---
6966
# Source: private-action-runner/templates/service.yaml
7067
apiVersion: v1
@@ -80,7 +77,6 @@ spec:
8077
- name: http
8178
port: 9016
8279
targetPort: 9016
83-
8480
---
8581
# Source: private-action-runner/templates/deployment.yaml
8682
apiVersion: apps/v1

test/private-action-runner/__snapshot__/custom-resources.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ stringData:
3131
actionsAllowlist:
3232
- com.datadoghq.kubernetes.core.getPod
3333
- com.datadoghq.kubernetes.core.listPod
34-
httpTimeoutSeconds: 30
35-
34+
httpTimeoutSeconds: 30
3635
---
3736
# Source: private-action-runner/templates/role.yaml
3837
apiVersion: rbac.authorization.k8s.io/v1
@@ -48,7 +47,6 @@ rules:
4847
verbs:
4948
- get
5049
- list
51-
5250
---
5351
# Source: private-action-runner/templates/rolebinding.yaml
5452
apiVersion: rbac.authorization.k8s.io/v1
@@ -64,7 +62,6 @@ subjects:
6462
- kind: ServiceAccount
6563
name: resources-test-private-action-runner
6664
namespace: datadog-agent
67-
6865
---
6966
# Source: private-action-runner/templates/service.yaml
7067
apiVersion: v1
@@ -80,7 +77,6 @@ spec:
8077
- name: http
8178
port: 9016
8279
targetPort: 9016
83-
8480
---
8581
# Source: private-action-runner/templates/deployment.yaml
8682
apiVersion: apps/v1

test/private-action-runner/__snapshot__/custom-service-account.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ stringData:
3434
actionsAllowlist:
3535
- com.datadoghq.kubernetes.core.getPod
3636
- com.datadoghq.kubernetes.core.listPod
37-
httpTimeoutSeconds: 30
38-
37+
httpTimeoutSeconds: 30
3938
---
4039
# Source: private-action-runner/templates/role.yaml
4140
apiVersion: rbac.authorization.k8s.io/v1
@@ -51,7 +50,6 @@ rules:
5150
verbs:
5251
- get
5352
- list
54-
5553
---
5654
# Source: private-action-runner/templates/rolebinding.yaml
5755
apiVersion: rbac.authorization.k8s.io/v1
@@ -67,7 +65,6 @@ subjects:
6765
- kind: ServiceAccount
6866
name: my-custom-runner-sa
6967
namespace: datadog-agent
70-
7168
---
7269
# Source: private-action-runner/templates/service.yaml
7370
apiVersion: v1
@@ -83,7 +80,6 @@ spec:
8380
- name: http
8481
port: 9016
8582
targetPort: 9016
86-
8783
---
8884
# Source: private-action-runner/templates/deployment.yaml
8985
apiVersion: apps/v1

test/private-action-runner/__snapshot__/default.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ stringData:
3131
actionsAllowlist:
3232
- com.datadoghq.kubernetes.core.getPod
3333
- com.datadoghq.kubernetes.core.listPod
34-
httpTimeoutSeconds: 30
35-
34+
httpTimeoutSeconds: 30
3635
---
3736
# Source: private-action-runner/templates/role.yaml
3837
apiVersion: rbac.authorization.k8s.io/v1
@@ -48,7 +47,6 @@ rules:
4847
verbs:
4948
- get
5049
- list
51-
5250
---
5351
# Source: private-action-runner/templates/rolebinding.yaml
5452
apiVersion: rbac.authorization.k8s.io/v1
@@ -64,7 +62,6 @@ subjects:
6462
- kind: ServiceAccount
6563
name: default-test-private-action-runner
6664
namespace: datadog-agent
67-
6865
---
6966
# Source: private-action-runner/templates/service.yaml
7067
apiVersion: v1
@@ -80,7 +77,6 @@ spec:
8077
- name: http
8178
port: 9016
8279
targetPort: 9016
83-
8480
---
8581
# Source: private-action-runner/templates/deployment.yaml
8682
apiVersion: apps/v1

test/private-action-runner/__snapshot__/deployment-metadata-annotations.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ stringData:
3131
actionsAllowlist:
3232
- com.datadoghq.kubernetes.core.getPod
3333
- com.datadoghq.kubernetes.core.listPod
34-
httpTimeoutSeconds: 30
35-
34+
httpTimeoutSeconds: 30
3635
---
3736
# Source: private-action-runner/templates/role.yaml
3837
apiVersion: rbac.authorization.k8s.io/v1
@@ -48,7 +47,6 @@ rules:
4847
verbs:
4948
- get
5049
- list
51-
5250
---
5351
# Source: private-action-runner/templates/rolebinding.yaml
5452
apiVersion: rbac.authorization.k8s.io/v1
@@ -64,7 +62,6 @@ subjects:
6462
- kind: ServiceAccount
6563
name: deployment-metadata-test-private-action-runner
6664
namespace: datadog-agent
67-
6865
---
6966
# Source: private-action-runner/templates/service.yaml
7067
apiVersion: v1
@@ -80,7 +77,6 @@ spec:
8077
- name: http
8178
port: 9016
8279
targetPort: 9016
83-
8480
---
8581
# Source: private-action-runner/templates/deployment.yaml
8682
apiVersion: apps/v1

test/private-action-runner/__snapshot__/deployment-metadata-labels.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ stringData:
3131
actionsAllowlist:
3232
- com.datadoghq.kubernetes.core.getPod
3333
- com.datadoghq.kubernetes.core.listPod
34-
httpTimeoutSeconds: 30
35-
34+
httpTimeoutSeconds: 30
3635
---
3736
# Source: private-action-runner/templates/role.yaml
3837
apiVersion: rbac.authorization.k8s.io/v1
@@ -48,7 +47,6 @@ rules:
4847
verbs:
4948
- get
5049
- list
51-
5250
---
5351
# Source: private-action-runner/templates/rolebinding.yaml
5452
apiVersion: rbac.authorization.k8s.io/v1
@@ -64,7 +62,6 @@ subjects:
6462
- kind: ServiceAccount
6563
name: deployment-metadata-labels-test-private-action-runner
6664
namespace: datadog-agent
67-
6865
---
6966
# Source: private-action-runner/templates/service.yaml
7067
apiVersion: v1
@@ -80,7 +77,6 @@ spec:
8077
- name: http
8178
port: 9016
8279
targetPort: 9016
83-
8480
---
8581
# Source: private-action-runner/templates/deployment.yaml
8682
apiVersion: apps/v1

test/private-action-runner/__snapshot__/deployment-runner-annotations.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ stringData:
3131
actionsAllowlist:
3232
- com.datadoghq.kubernetes.core.getPod
3333
- com.datadoghq.kubernetes.core.listPod
34-
httpTimeoutSeconds: 30
35-
34+
httpTimeoutSeconds: 30
3635
---
3736
# Source: private-action-runner/templates/role.yaml
3837
apiVersion: rbac.authorization.k8s.io/v1
@@ -48,7 +47,6 @@ rules:
4847
verbs:
4948
- get
5049
- list
51-
5250
---
5351
# Source: private-action-runner/templates/rolebinding.yaml
5452
apiVersion: rbac.authorization.k8s.io/v1
@@ -64,7 +62,6 @@ subjects:
6462
- kind: ServiceAccount
6563
name: deployment-runner-test-private-action-runner
6664
namespace: datadog-agent
67-
6865
---
6966
# Source: private-action-runner/templates/service.yaml
7067
apiVersion: v1
@@ -80,7 +77,6 @@ spec:
8077
- name: http
8178
port: 9016
8279
targetPort: 9016
83-
8480
---
8581
# Source: private-action-runner/templates/deployment.yaml
8682
apiVersion: apps/v1

test/private-action-runner/__snapshot__/deprecated-modes.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ stringData:
3131
actionsAllowlist:
3232
- com.datadoghq.kubernetes.core.getPod
3333
- com.datadoghq.kubernetes.core.listPod
34-
httpTimeoutSeconds: 30
35-
34+
httpTimeoutSeconds: 30
3635
---
3736
# Source: private-action-runner/templates/role.yaml
3837
apiVersion: rbac.authorization.k8s.io/v1
@@ -48,7 +47,6 @@ rules:
4847
verbs:
4948
- get
5049
- list
51-
5250
---
5351
# Source: private-action-runner/templates/rolebinding.yaml
5452
apiVersion: rbac.authorization.k8s.io/v1
@@ -64,7 +62,6 @@ subjects:
6462
- kind: ServiceAccount
6563
name: deprecated-modes-test-private-action-runner
6664
namespace: datadog-agent
67-
6865
---
6966
# Source: private-action-runner/templates/service.yaml
7067
apiVersion: v1
@@ -80,7 +77,6 @@ spec:
8077
- name: http
8178
port: 9016
8279
targetPort: 9016
83-
8480
---
8581
# Source: private-action-runner/templates/deployment.yaml
8682
apiVersion: apps/v1

0 commit comments

Comments
 (0)