Merge pull request #535 from xiaomudk/patch-10

Remove redundant metadata fields from test samples
This commit is contained in:
yxxhero 2022-11-22 10:55:31 +08:00 committed by GitHub
commit ce7f38ee96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -1,6 +1,5 @@
apiVersion: apps/v1
kind: Deployment
metadata:
metadata:
name: {{ template "httpbin.fullname" . }}
labels:

View File

@ -2,7 +2,6 @@
# Source: httpbin/templates/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
metadata:
name: httpbin-httpbin
labels:

View File

@ -2,7 +2,6 @@
# Source: httpbin/templates/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
metadata:
name: httpbin-httpbin
labels:

View File

@ -23,7 +23,6 @@ spec:
# Source: httpbin/templates/deployment.yaml
apiVersion: apps/v1
kind: Deployment
metadata:
metadata:
name: httpbin-httpbin
labels: