Merge pull request #535 from xiaomudk/patch-10
Remove redundant metadata fields from test samples
This commit is contained in:
		
						commit
						ce7f38ee96
					
				|  | @ -1,6 +1,5 @@ | |||
| apiVersion: apps/v1 | ||||
| kind: Deployment | ||||
| metadata: | ||||
| metadata: | ||||
|   name: {{ template "httpbin.fullname" . }} | ||||
|   labels: | ||||
|  |  | |||
|  | @ -2,7 +2,6 @@ | |||
| # Source: httpbin/templates/deployment.yaml | ||||
| apiVersion: apps/v1 | ||||
| kind: Deployment | ||||
| metadata: | ||||
| metadata: | ||||
|   name: httpbin-httpbin | ||||
|   labels: | ||||
|  |  | |||
|  | @ -2,7 +2,6 @@ | |||
| # Source: httpbin/templates/deployment.yaml | ||||
| apiVersion: apps/v1 | ||||
| kind: Deployment | ||||
| metadata: | ||||
| metadata: | ||||
|   name: httpbin-httpbin | ||||
|   labels: | ||||
|  |  | |||
|  | @ -23,7 +23,6 @@ spec: | |||
| # Source: httpbin/templates/deployment.yaml | ||||
| apiVersion: apps/v1 | ||||
| kind: Deployment | ||||
| metadata: | ||||
| metadata: | ||||
|   name: httpbin-httpbin | ||||
|   labels: | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue