Skip to content

Commit b8e792b

Browse files
authored
chore: make update-golden-files (#8711)
One of the recent helm changes snuck in CI breakage.
1 parent 5eb8251 commit b8e792b

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)