Skip to content

Commit

Permalink
fix: enable localUsers
Browse files Browse the repository at this point in the history
  • Loading branch information
philipsens committed Sep 9, 2024
1 parent aa22214 commit a1fac1d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/frank2example/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: frankframework
repository: file://../frankframework
version: 0.3.3
digest: sha256:20c44a5703890fffd2b7438d64c9baa9193fd919fe486d60c9a42da99effc64a
generated: "2024-09-03T11:06:52.7800751+02:00"
version: 0.3.4
digest: sha256:1098c14027a1e8dcb5d4044a657583285978676fd4b28880b8d506e95a4d23dd
generated: "2024-09-09T14:45:32.0071941+02:00"
2 changes: 1 addition & 1 deletion charts/frank2example/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ keywords:

dependencies:
- name: frankframework
version: 0.3.3
version: 0.3.4
repository: file://../frankframework
2 changes: 1 addition & 1 deletion charts/frankframework/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: frankframework
description: A Helm chart for running the Frank!Framework on Kubernetes
version: 0.3.3
version: 0.3.4
appVersion: "8.3.0-SNAPSHOT"
type: application
home: https://frankframework.org
Expand Down
2 changes: 1 addition & 1 deletion charts/frankframework/templates/configmap.env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ data:
{{- end }}
{{- end }}
{{- if .security.http.localUsers }}
{{/* application.security.console.authentication.type: "YML"*/}}
application.security.console.authentication.type: "YML"
{{- end }}
{{- end }}
{{- if .credentials.secret }}
Expand Down

0 comments on commit a1fac1d

Please sign in to comment.