Skip to content

Commit

Permalink
use values for creating admin request
Browse files Browse the repository at this point in the history
  • Loading branch information
lharzenetter committed Sep 23, 2024
1 parent 75270c7 commit f2dad38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/hawkbit/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
command: ['curl']
args: [
"-X", "GET",
"-u", "admin:admin",
"-u", "{{ .Values.config.application.spring.security.user.name }}:{{ trimPrefix "{noop}" .Values.config.secrets.spring.security.user.password }}",
"http://{{ include "hawkbit.fullname" . }}:{{ .Values.service.port }}/rest/v1/userinfo"
]
restartPolicy: Never

0 comments on commit f2dad38

Please sign in to comment.