Skip to content

Commit

Permalink
Merge pull request #83 from it-at-m/zammad-ldap-sync_create-secret_mp…
Browse files Browse the repository at this point in the history
…dz2-564_pipeline-secret

Zammad ldap sync create secret mpdz2 564 pipeline secret
  • Loading branch information
sfi2022 authored Feb 12, 2025
2 parents 53aa326 + b3ad78b commit a06302c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion charts/zammad-ldap-sync/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: zammad-ldap-sync
version: 0.6.1
version: 0.6.2
maintainers:
- name: klml
email: [email protected]
Expand Down
5 changes: 2 additions & 3 deletions charts/zammad-ldap-sync/templates/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ metadata:
name: zammad-ldap-sync
type: Opaque
data:
spring.mail.password: {{ .Values.ldapSync.applicationYML.spring.mail.password | b64enc }}
spring.mail.username: {{ .Values.ldapSync.applicationYML.spring.mail.username | b64enc}}
zammad.token: {{ .Values.ldapSync.zammadToken | b64enc}}
spring.mail.password: {{.Values.ldapSync.pipeline.mailPassword | b64enc}}
zammad.token: {{.Values.ldapSync.pipeline.zammadToken | b64enc}}
5 changes: 3 additions & 2 deletions charts/zammad-ldap-sync/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
ldapSync:
zammadToken: ReplaceWithZammadAccessToken
pipeline:
mailPassword: ReplaceWithMailAccountPassword
zammadToken: ReplaceWithZammadAccessToken
image:
registry: ghcr.io
repository: it-at-m/zammad-ldap-sync
Expand All @@ -21,7 +23,6 @@ ldapSync:
host: mail.example.com
port: 1
username: ReplaceWithMailAccountUsername
password: ReplaceWithMailAccountPassword
ldap:
url: ldaps://...
sync:
Expand Down

0 comments on commit a06302c

Please sign in to comment.