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 | apiVersion: apps/v1 | ||||||
| kind: Deployment | kind: Deployment | ||||||
| metadata: |  | ||||||
| metadata: | metadata: | ||||||
|   name: {{ template "httpbin.fullname" . }} |   name: {{ template "httpbin.fullname" . }} | ||||||
|   labels: |   labels: | ||||||
|  |  | ||||||
|  | @ -2,7 +2,6 @@ | ||||||
| # Source: httpbin/templates/deployment.yaml | # Source: httpbin/templates/deployment.yaml | ||||||
| apiVersion: apps/v1 | apiVersion: apps/v1 | ||||||
| kind: Deployment | kind: Deployment | ||||||
| metadata: |  | ||||||
| metadata: | metadata: | ||||||
|   name: httpbin-httpbin |   name: httpbin-httpbin | ||||||
|   labels: |   labels: | ||||||
|  |  | ||||||
|  | @ -2,7 +2,6 @@ | ||||||
| # Source: httpbin/templates/deployment.yaml | # Source: httpbin/templates/deployment.yaml | ||||||
| apiVersion: apps/v1 | apiVersion: apps/v1 | ||||||
| kind: Deployment | kind: Deployment | ||||||
| metadata: |  | ||||||
| metadata: | metadata: | ||||||
|   name: httpbin-httpbin |   name: httpbin-httpbin | ||||||
|   labels: |   labels: | ||||||
|  |  | ||||||
|  | @ -23,7 +23,6 @@ spec: | ||||||
| # Source: httpbin/templates/deployment.yaml | # Source: httpbin/templates/deployment.yaml | ||||||
| apiVersion: apps/v1 | apiVersion: apps/v1 | ||||||
| kind: Deployment | kind: Deployment | ||||||
| metadata: |  | ||||||
| metadata: | metadata: | ||||||
|   name: httpbin-httpbin |   name: httpbin-httpbin | ||||||
|   labels: |   labels: | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue