Skip to content

Commit 26f150c

Browse files
authored
Merge pull request #27 from oybed/fix-emptydir
Fixing issues with ArgoCD sync'ing for emptyDir
2 parents 1747bef + 3d6e0d5 commit 26f150c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

deployment/templates/mongodb-deploymentconfig.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,7 @@ spec:
7272
dnsPolicy: ClusterFirst
7373
restartPolicy: Always
7474
volumes:
75-
- emptyDir:
76-
medium: ""
75+
- emptyDir: {}
7776
name: "{{ .Values.name }}-data"
7877
triggers:
7978
- imageChangeParams:

0 commit comments

Comments
 (0)