Skip to content

Commit

Permalink
Add role field to runtime selector
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaibiyy committed Apr 28, 2021
1 parent 356f85f commit 73d1cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions idsvr/templates/deployment-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
matchLabels:
app.kubernetes.io/name: {{ include "curity.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
role: {{ include "curity.fullname" . }}-runtime
template:
metadata:
labels:
Expand Down
1 change: 1 addition & 0 deletions idsvr/templates/service-runtime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ spec:
selector:
app.kubernetes.io/name: {{ include "curity.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
role: {{ include "curity.fullname" . }}-runtime

0 comments on commit 73d1cde

Please sign in to comment.