1
0
Fork 0

updated versions

This commit is contained in:
sido 2018-06-25 22:58:00 +02:00
parent 43210d537a
commit d7607faff5
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ metadata:
environment: {{ .Values.environment }}
spec:
replicas: {{ .Values.replicaCount }}
strategy: {{ .Values.nexus.strategy.type }}
strategy:
type: {{ .Values.nexus.strategy.type }}
selector:
matchLabels:
app: {{ .Values.nexus.selector }}