From 2f85d9e22acbf5e4f87179edd9701aef3cae6924 Mon Sep 17 00:00:00 2001 From: Jack Alder Date: Tue, 14 Apr 2020 16:45:23 -0400 Subject: [PATCH] updated configMapName to configMapRef --- samples/mongodb/affinity/replica-set-affinity.yaml | 2 +- .../persistent-volumes/replica-set-persistent-volumes.yaml | 2 +- samples/mongodb/pod-template/replica-set-pod-template.yaml | 2 +- samples/mongodb/pod-template/sharded-cluster-pod-template.yaml | 2 +- samples/mongodb/pod-template/standalone-pod-template.yaml | 2 +- samples/mongodb/podspec/replica-set-podspec.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/samples/mongodb/affinity/replica-set-affinity.yaml b/samples/mongodb/affinity/replica-set-affinity.yaml index 97f9053..99ef046 100644 --- a/samples/mongodb/affinity/replica-set-affinity.yaml +++ b/samples/mongodb/affinity/replica-set-affinity.yaml @@ -9,7 +9,7 @@ spec: service: my-service opsManager: - configMapName: + configMapRef: name: my-project credentials: my-credentials type: ReplicaSet diff --git a/samples/mongodb/persistent-volumes/replica-set-persistent-volumes.yaml b/samples/mongodb/persistent-volumes/replica-set-persistent-volumes.yaml index b39ab99..ffea5ba 100644 --- a/samples/mongodb/persistent-volumes/replica-set-persistent-volumes.yaml +++ b/samples/mongodb/persistent-volumes/replica-set-persistent-volumes.yaml @@ -19,7 +19,7 @@ spec: # clusterDomain: mycompany.net opsManager: - configMapName: + configMapRef: name: my-project credentials: my-credentials type: ReplicaSet diff --git a/samples/mongodb/pod-template/replica-set-pod-template.yaml b/samples/mongodb/pod-template/replica-set-pod-template.yaml index 4637b8d..a104f2a 100644 --- a/samples/mongodb/pod-template/replica-set-pod-template.yaml +++ b/samples/mongodb/pod-template/replica-set-pod-template.yaml @@ -7,7 +7,7 @@ spec: version: 4.2.2-ent type: ReplicaSet opsManager: - configMapName: + configMapRef: name: my-project credentials: my-credentials diff --git a/samples/mongodb/pod-template/sharded-cluster-pod-template.yaml b/samples/mongodb/pod-template/sharded-cluster-pod-template.yaml index b269ff5..1354b0e 100644 --- a/samples/mongodb/pod-template/sharded-cluster-pod-template.yaml +++ b/samples/mongodb/pod-template/sharded-cluster-pod-template.yaml @@ -10,7 +10,7 @@ spec: version: 4.0.14-ent type: ShardedCluster opsManager: - configMapName: + configMapRef: name: my-project credentials: my-credentials configSrvPodSpec: diff --git a/samples/mongodb/pod-template/standalone-pod-template.yaml b/samples/mongodb/pod-template/standalone-pod-template.yaml index 7eadaf9..4d5a3ad 100644 --- a/samples/mongodb/pod-template/standalone-pod-template.yaml +++ b/samples/mongodb/pod-template/standalone-pod-template.yaml @@ -6,7 +6,7 @@ spec: version: 4.2.2-ent type: Standalone opsManager: - configMapName: + configMapRef: name: my-project credentials: my-credentials podSpec: diff --git a/samples/mongodb/podspec/replica-set-podspec.yaml b/samples/mongodb/podspec/replica-set-podspec.yaml index 9ec1f21..eda5edc 100644 --- a/samples/mongodb/podspec/replica-set-podspec.yaml +++ b/samples/mongodb/podspec/replica-set-podspec.yaml @@ -19,7 +19,7 @@ spec: # clusterDomain: mycompany.net opsManager: - configMapName: + configMapRef: name: my-project credentials: my-credentials type: ReplicaSet