Skip to content

Commit

Permalink
Dump secret resources
Browse files Browse the repository at this point in the history
  • Loading branch information
bouskaJ committed Nov 11, 2024
1 parent 85655be commit 11122fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/support/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ func DumpNamespace(ctx context.Context, cli client.Client, ns string) {
"tsa.yaml": &v1alpha1.TimestampAuthorityList{},
"pod.yaml": &v1.PodList{},
"configmap.yaml": &v1.ConfigMapList{},
"secret.yaml": &v1.SecretList{},
"deployment.yaml": &v12.DeploymentList{},
"job.yaml": &v13.JobList{},
"cronjob.yaml": &v13.CronJobList{},
Expand Down

0 comments on commit 11122fd

Please sign in to comment.