Skip to content

Commit

Permalink
Error: failed linting charts
Browse files Browse the repository at this point in the history
  • Loading branch information
sfi2022 committed Jun 11, 2024
1 parent d6e53b4 commit de2a329
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions charts/zammad-ldap-sync/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ldapSync:
schedule: "0 2 * * *"
# Must be present.
secret: kubernetes-secret
configMap:
configMap:
# Created by helm.
name: kubernets-configmap
yaml:
Expand All @@ -29,12 +29,12 @@ ldapSync:
role:
# Default zammad role. Is created by zammad.
id-agent: 2
# Zammad role with permission ticket.agent. Must be created.
# Zammad role with permission ticket.agent. Must be created.

Check failure on line 32 in charts/zammad-ldap-sync/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

32:67 [trailing-spaces] trailing spaces
id-erstellen: 4
# Zammad role with permission ticket.agent. Must be created.
# Zammad role with permission ticket.agent. Must be created.

Check failure on line 34 in charts/zammad-ldap-sync/values.yaml

View workflow job for this annotation

GitHub Actions / lint-test

34:67 [trailing-spaces] trailing spaces
id-vollzugriff: 5
url:
base: http://zammad-nginx:8080/api/v1/
groups: groups
users: users
roles: roles
roles: roles

0 comments on commit de2a329

Please sign in to comment.