Skip to content

Commit 837c036

Browse files
committed
chore: make update-golden-files
One of the recent helm changes snuck in CI breakage.
1 parent a0f478c commit 837c036

7 files changed

+91
-0
lines changed

helm/tests/testdata/command.golden

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ rules:
4242
- patch
4343
- update
4444
- watch
45+
- apiGroups:
46+
- apps
47+
resources:
48+
- deployments
49+
verbs:
50+
- create
51+
- delete
52+
- deletecollection
53+
- get
54+
- list
55+
- patch
56+
- update
57+
- watch
4558
---
4659
# Source: coder/templates/rbac.yaml
4760
apiVersion: rbac.authorization.k8s.io/v1

helm/tests/testdata/command_args.golden

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ rules:
4242
- patch
4343
- update
4444
- watch
45+
- apiGroups:
46+
- apps
47+
resources:
48+
- deployments
49+
verbs:
50+
- create
51+
- delete
52+
- deletecollection
53+
- get
54+
- list
55+
- patch
56+
- update
57+
- watch
4558
---
4659
# Source: coder/templates/rbac.yaml
4760
apiVersion: rbac.authorization.k8s.io/v1

helm/tests/testdata/default_values.golden

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ rules:
4242
- patch
4343
- update
4444
- watch
45+
- apiGroups:
46+
- apps
47+
resources:
48+
- deployments
49+
verbs:
50+
- create
51+
- delete
52+
- deletecollection
53+
- get
54+
- list
55+
- patch
56+
- update
57+
- watch
4558
---
4659
# Source: coder/templates/rbac.yaml
4760
apiVersion: rbac.authorization.k8s.io/v1

helm/tests/testdata/labels_annotations.golden

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ rules:
4242
- patch
4343
- update
4444
- watch
45+
- apiGroups:
46+
- apps
47+
resources:
48+
- deployments
49+
verbs:
50+
- create
51+
- delete
52+
- deletecollection
53+
- get
54+
- list
55+
- patch
56+
- update
57+
- watch
4558
---
4659
# Source: coder/templates/rbac.yaml
4760
apiVersion: rbac.authorization.k8s.io/v1

helm/tests/testdata/sa.golden

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ rules:
4242
- patch
4343
- update
4444
- watch
45+
- apiGroups:
46+
- apps
47+
resources:
48+
- deployments
49+
verbs:
50+
- create
51+
- delete
52+
- deletecollection
53+
- get
54+
- list
55+
- patch
56+
- update
57+
- watch
4558
---
4659
# Source: coder/templates/rbac.yaml
4760
apiVersion: rbac.authorization.k8s.io/v1

helm/tests/testdata/tls.golden

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ rules:
4242
- patch
4343
- update
4444
- watch
45+
- apiGroups:
46+
- apps
47+
resources:
48+
- deployments
49+
verbs:
50+
- create
51+
- delete
52+
- deletecollection
53+
- get
54+
- list
55+
- patch
56+
- update
57+
- watch
4558
---
4659
# Source: coder/templates/rbac.yaml
4760
apiVersion: rbac.authorization.k8s.io/v1

helm/tests/testdata/workspace_proxy.golden

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,19 @@ rules:
4242
- patch
4343
- update
4444
- watch
45+
- apiGroups:
46+
- apps
47+
resources:
48+
- deployments
49+
verbs:
50+
- create
51+
- delete
52+
- deletecollection
53+
- get
54+
- list
55+
- patch
56+
- update
57+
- watch
4558
---
4659
# Source: coder/templates/rbac.yaml
4760
apiVersion: rbac.authorization.k8s.io/v1

0 commit comments

Comments
 (0)