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

Pre-commit errors fixed. #52

Merged
merged 1 commit into from
Jun 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
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
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
Loading