Skip to content

Commit

Permalink
fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-karpukhin committed Oct 2, 2024
1 parent 74b1c67 commit 42993b4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/atlas-basic/templates/atlas-deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: atlas.mongodb.com/v1
kind: AtlasDeployment
metadata:
name: {{ .Values.deployment.name | trunc 63 }}
name: {{ include "atlas-basic.fullname" $ }}
labels:
{{- include "atlas-basic.labels" $ | nindent 4 }}
namespace: {{ $.Release.Namespace }}
Expand Down
1 change: 0 additions & 1 deletion charts/atlas-basic/templates/atlas-mongodb-user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ spec:
databaseName: {{ .Values.dbUser.databaseName }}
passwordSecretRef:
name: {{ include "atlas-basic.fullname" $ }}-{{ .Values.dbUser.name }}
namespace: {{ $.Release.Namespace }}
projectRef:
name: {{ include "atlas-basic.projectfullname" $ }}
namespace: {{ $.Release.Namespace }}
Expand Down
2 changes: 1 addition & 1 deletion charts/atlas-basic/templates/atlas-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ spec:
name: {{ include "atlas-basic.fullname" . }}-secret
namespace: {{ $.Release.Namespace }}
projectIpAccessList:
- name: "Example"
- comment: "Example"
cidrBlock: {{ .Values.project.cidrEntry }}

0 comments on commit 42993b4

Please sign in to comment.