Skip to content

Commit

Permalink
Fix another typo
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Bigler <nicolas.bigler@vshn.ch>
  • Loading branch information
TheBigLee committed Aug 9, 2024
1 parent 2e558d5 commit eb4cc27
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
allowedGroups: # <1>
- my-dev-engineers
- my-support-engineers
allowedGroups: # <2>
allowedUsers: # <2>
- my-special-user
writeConnectionSecretToRef:
name: keycloak-creds-connection
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/vshn-managed/mariadb/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
allowedGroups: # <1>
- my-dev-engineers
- my-support-engineers
allowedGroups: # <2>
allowedUsers: # <2>
- my-special-user
writeConnectionSecretToRef:
name: mariadb-creds-connection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
allowedGroups: # <1>
- my-dev-engineers
- my-support-engineers
allowedGroups: # <2>
allowedUsers: # <2>
- my-special-user
writeConnectionSecretToRef:
name: nextcloud-creds-connection
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
allowedGroups: # <1>
- my-dev-engineers
- my-support-engineers
allowedGroups: # <2>
allowedUsers: # <2>
- my-special-user
writeConnectionSecretToRef:
name: postgres-creds-connection
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/ROOT/pages/vshn-managed/redis/security.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
allowedGroups: # <1>
- my-dev-engineers
- my-support-engineers
allowedGroups: # <2>
allowedUsers: # <2>
- my-special-user
writeConnectionSecretToRef:
name: redis-creds-connection
Expand Down

0 comments on commit eb4cc27

Please sign in to comment.