We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 822a61a commit ba0e62eCopy full SHA for ba0e62e
deploy/all-in-one.yaml
@@ -650,9 +650,10 @@ spec:
650
- args:
651
- --metrics-addr=127.0.0.1:8080
652
- --enable-leader-election
653
+ - --atlas-domain=https://cloud.mongodb.com
654
command:
655
- /manager
- image: mongodb/mongodb-atlas-kubernetes-operator:0.1.0
656
+ image: mongodb/mongodb-atlas-kubernetes-operator:0.2.0
657
imagePullPolicy: Always
658
name: manager
659
resources:
@@ -662,4 +663,7 @@ spec:
662
663
requests:
664
cpu: 100m
665
memory: 20Mi
666
+ securityContext:
667
+ runAsNonRoot: true
668
+ runAsUser: 2000
669
terminationGracePeriodSeconds: 10
0 commit comments