Skip to content

Commit 81c4842

Browse files
MuthuSundaravadivelMuthu  Sundaravadivel
authored andcommitted
SKIP_PERMISSIONS_UPDATE Update in Console deployment Spec (#223)
Signed-off-by: Muthu Sundaravadivel <muthu@muthus-mbp.n3i-in.ibm.com> Co-authored-by: Muthu Sundaravadivel <muthu@muthus-mbp.n3i-in.ibm.com> Signed-off-by: Shoaeb Jindani <jindani.shoaeb@ibm.com>
1 parent b59e465 commit 81c4842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkg/offering/base/console/override/deployment.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ func (o *Override) CommonDeployment(instance *current.IBPConsole, deployment *de
202202
if set {
203203
couchdb.AppendEnvIfMissing("COUCHDB_USER", couchdbUser)
204204
couchdb.AppendEnvIfMissing("COUCHDB_PASSWORD", couchdbPassword)
205+
couchdb.AppendEnvIfMissing("SKIP_PERMISSIONS_UPDATE", "true")
205206
}
206207
}
207208
}

0 commit comments

Comments
 (0)