Skip to content

Commit

Permalink
chore: less changes are better
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Trofimov <[email protected]>
  • Loading branch information
denist-huma committed Jan 14, 2022
1 parent 6a6cdf1 commit 0222017
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
9 changes: 4 additions & 5 deletions charts/atlas-cluster/values-sample.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
mongodb-atlas-operator:
enabled: true

# Please provide Atlas API credentials and Organization
atlas:
create: true
Expand All @@ -15,7 +12,8 @@ project:
create: true
name: my-project
atlasProjectName: "Test Project"
annotations: {}
annotations:
{}
# mongodb.com/atlas-resource-policy: keep
# fullnameOverride: ""

Expand All @@ -25,7 +23,8 @@ project:

clusters:
- name: cluster-name
annotations: {}
annotations:
{}
# mongodb.com/atlas-resource-policy: keep
providerSettings:
instanceSizeName: M2
Expand Down
14 changes: 8 additions & 6 deletions charts/atlas-cluster/values.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,25 @@
mongodb-atlas-operator:
enabled: true

# Please provide Atlas API credentials and Organization
atlas:
create: false
existingSecretName: ""
orgId: "<Atlas Organization ID>"
publicApiKey: "<Atlas_api_public_key>"
privateApiKey: "<Atlas_api_private_key>"

connectionSecretName: ""

project:
create: false
name: my-project
atlasProjectName: "Test Project"
annotations:
mongodb.com/atlas-resource-policy: keep
{}
# mongodb.com/atlas-resource-policy: keep
# fullnameOverride: ""

projectIpAccessList:
- ipAddress: "0.0.0.0/1"
comment: "REMOVE ME"

clusters: []
users: []
clusters: []
users: []

0 comments on commit 0222017

Please sign in to comment.