Skip to content

Commit

Permalink
Pre-commit errors fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjoshi751 committed Jun 29, 2024
1 parent e13bd32 commit cc8832c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion charts/artifactory/templates/NOTES.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

2 changes: 1 addition & 1 deletion charts/artifactory/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Compile all warnings into a single message.
{{- end -}}
{{- end -}}

{{/*
{{/*
Baseurl for artifactory service
*/}}
{{- define "artifactory.baseUrl" -}}
Expand Down
2 changes: 1 addition & 1 deletion charts/artifactory/templates/configmap-share.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ data:
preregistration_i18n_bundle_url_env: {{ printf "%s%s" (include "artifactory.baseUrl" .) .Values.artifacts.preregistrationBundleUrl }}
virusscanner_url_env: {{ printf "%s%s" (include "artifactory.baseUrl" .) .Values.artifacts.virusscannerUrl }}
auth_wrapper_url_env: {{ printf "%s%s" (include "artifactory.baseUrl" .) .Values.artifacts.authwrapperUrl }}
esignet_wrapper_url_env: {{ printf "%s%s" (include "artifactory.baseUrl" .) .Values.artifacts.esignetauthwrapperUrl }}
esignet_wrapper_url_env: {{ printf "%s%s" (include "artifactory.baseUrl" .) .Values.artifacts.esignetauthwrapperUrl }}
2 changes: 1 addition & 1 deletion charts/artifactory/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ spec:
- name: http
port: {{ .Values.service.port }}
targetPort: {{ .Values.springServicePort }}
protocol: TCP
protocol: TCP
selector: {{- include "common.labels.matchLabels" . | nindent 4 }}
app.kubernetes.io/component: artifactory

0 comments on commit cc8832c

Please sign in to comment.