Skip to content
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

first change to apps/v1 for Install #13015

Merged
merged 3 commits into from
Apr 3, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
appsv1
  • Loading branch information
irisdingbj committed Apr 3, 2019
commit cca4a76a58ac2e6b28258b074c6a2e7b249dd5ba
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ spec:
{{- end }}
selector:
matchLabels:
{{ $key }}: {{ $val }}
{{- range $key, $val := $spec.labels }}
{{ $key }}: {{ $val }}
{{- end }}
template:
metadata:
labels:
Expand Down