File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ metadata:
44 name : {{ include "mongoShard.pcrName" . }}
55 labels :
66 {{- include "mongodb.labels" . | nindent 4 }}
7+ annotations :
8+ {{- include "mongodb.annotations" . | nindent 4 }}
79spec :
810 componentDef : {{ include "mongodbShard.compDefName" . }}
911 configs :
@@ -18,6 +20,8 @@ metadata:
1820 name : {{ include "cfgServer.pcrName" . }}
1921 labels :
2022 {{- include "mongodb.labels" . | nindent 4 }}
23+ annotations :
24+ {{- include "mongodb.annotations" . | nindent 4 }}
2125spec :
2226 componentDef : {{ include "cfgServer.compDefName" . }}
2327 configs :
@@ -32,6 +36,8 @@ metadata:
3236 name : {{ include "mongos.pcrName" . }}
3337 labels :
3438 {{- include "mongodb.labels" . | nindent 4 }}
39+ annotations :
40+ {{- include "mongodb.annotations" . | nindent 4 }}
3541spec :
3642 componentDef : {{ include "mongos.compDefName" . }}
3743 configs :
Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ metadata:
44 name : {{ include "mongodb.pcrName" . }}
55 labels :
66 {{- include "mongodb.labels" . | nindent 4 }}
7+ annotations :
8+ {{- include "mongodb.annotations" . | nindent 4 }}
79spec :
810 componentDef : {{ include "mongodb.compDefName" . }}
911 configs :
You can’t perform that action at this time.
0 commit comments