cnCouchbaseUrl value not using override value #6885
Unanswered
ksully-execute
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
fresh cluster (on-prem), with override file including Couchbase coniguration (used before successfully), specifies these values
configmap: cnCouchbaseBucketPrefix: jans cnCouchbaseCrt: <removed> cnCouchbaseIndexNumReplica: 0 cnCouchbasePassword: <somepass> cnCouchbaseSuperUser: <someuser> cnCouchbaseSuperUserPassword: <somepass> cnCouchbaseUrl: couchbasedev-0000.couchbase.svc.cluster.local cnCouchbaseUser: <someuser
But when started, the cluster errors out as it can't find the couchbase instance, but it's using the wrong value.
The value shown below is present in the default chart values file (which I used previously to get the thing up but found the same issue when I replaced the couchbase definition,
cnCouchbaseUrl: cbjanssen.default.svc.cluster.local
Have cleaned up all k8s reosurces, there's nothing that has that 'cbjanssen' defined, and the override is spelled right, etc. and is coming in on the helm command correctly.
So why is that value not taking, any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions