Skip to content

chore: make update-golden-files #8711

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2023
Merged
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
chore: make update-golden-files
One of the recent helm changes snuck in CI breakage.
  • Loading branch information
ammario committed Jul 25, 2023
commit 837c0360889fd8260b49fdc9146fe72df1d1b15d
13 changes: 13 additions & 0 deletions helm/tests/testdata/command.golden
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
---
# Source: coder/templates/rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
13 changes: 13 additions & 0 deletions helm/tests/testdata/command_args.golden
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
---
# Source: coder/templates/rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
13 changes: 13 additions & 0 deletions helm/tests/testdata/default_values.golden
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
---
# Source: coder/templates/rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
13 changes: 13 additions & 0 deletions helm/tests/testdata/labels_annotations.golden
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
---
# Source: coder/templates/rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
13 changes: 13 additions & 0 deletions helm/tests/testdata/sa.golden
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
---
# Source: coder/templates/rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
13 changes: 13 additions & 0 deletions helm/tests/testdata/tls.golden
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
---
# Source: coder/templates/rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down
13 changes: 13 additions & 0 deletions helm/tests/testdata/workspace_proxy.golden
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,19 @@ rules:
- patch
- update
- watch
- apiGroups:
- apps
resources:
- deployments
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
---
# Source: coder/templates/rbac.yaml
apiVersion: rbac.authorization.k8s.io/v1
Expand Down