Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmahique-github committed Oct 28, 2024
1 parent 7a185fa commit 7399f02
Show file tree
Hide file tree
Showing 8 changed files with 6 additions and 12 deletions.
7 changes: 6 additions & 1 deletion charts/ds389/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,9 @@ name: ds389-helm-chart
description: A Helm chart for deploying the 389 Directory Server
version: 1.0.0
appVersion: "1.0"

maintainers:
- name: Raul Mahiques
keywords:
- ldap
- '389'
- '636'
5 changes: 0 additions & 5 deletions charts/ds389/templates/namespace.yaml

This file was deleted.

1 change: 0 additions & 1 deletion charts/ds389/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,3 @@ metadata:
# namespace: {{ .Values.ds389.nsName }}
data:
dm-password: {{ .Values.ds389.dmPassword | quote }}

1 change: 0 additions & 1 deletion charts/ds389/templates/service-external.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,3 @@ spec:
selector:
app: {{ .Values.ds389.name }}
type: NodePort

1 change: 0 additions & 1 deletion charts/ds389/templates/service-internal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,3 @@ spec:
selector:
app: {{ .Values.ds389.name }}
type: ClusterIP

1 change: 0 additions & 1 deletion charts/ds389/templates/serviceaccount.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@ kind: ServiceAccount
metadata:
name: {{ .Values.ds389.name }}-sa
# namespace: {{ .Values.ds389.nsName }}

1 change: 0 additions & 1 deletion charts/ds389/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,3 @@ spec:
resources:
requests:
storage: {{ .Values.ds389.vcSize }}

1 change: 0 additions & 1 deletion charts/ds389/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,3 @@ ds389:
tlsPort: 3636
nodePort: 30389
nodePortTls: 30636

0 comments on commit 7399f02

Please sign in to comment.