Skip to content

Commit

Permalink
Always set the license-apiservice flag (#318)
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <arnob@appscode.com>
  • Loading branch information
ArnobKumarSaha authored Sep 11, 2023
1 parent ee35301 commit c8bb2f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/stash-enterprise/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ spec:
{{- end }}
{{- if include "appscode.licenseSecretName" . }}
- --license-file=/var/run/secrets/appscode/license/key.txt
- --license-apiservice={{ .Values.licenseApiService }}
{{- end }}
- --license-apiservice={{ .Values.licenseApiService }}
ports:
- containerPort: 8443
env:
Expand Down

0 comments on commit c8bb2f0

Please sign in to comment.