Skip to content

Commit

Permalink
fix yq
Browse files Browse the repository at this point in the history
  • Loading branch information
rigazilla committed Jan 18, 2024
1 parent 1ec37a2 commit 0bacbb8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: dcarbone/[email protected]
with:
# Keep this version. merge works as expected
version: v4.2.0
version: v4.35.1
- name: Lint
run: helm lint

Expand Down
18 changes: 18 additions & 0 deletions test/tls_values.yaml.yq
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,27 @@ deploy:
security:
securityRealms:
- name: default
# [USER] Comment or remove this properties realm to disable authentication.
propertiesRealm:
groupProperties:
path: groups.properties
groupsAttribute: Roles
userProperties:
path: users.properties
serverIdentities:
ssl:
keystore:
alias: "server"
path: "/etc/encrypt/keystore.p12"
password: "password"
# [METRICS] Security realm for the metrics endpoint.
- name: metrics
propertiesRealm:
groupProperties:
path: metrics-groups.properties
relativeTo: infinispan.server.config.path
groupsAttribute: Roles
userProperties:
path: metrics-users.properties
relativeTo: infinispan.server.config.path

0 comments on commit 0bacbb8

Please sign in to comment.