Merge "Moving dms_cli instructions and example update"
authorThoralf Czichy <thoralf.czichy@nokia.com>
Tue, 10 May 2022 12:30:42 +0000 (12:30 +0000)
committerGerrit Code Review <gerrit@o-ran-sc.org>
Tue, 10 May 2022 12:30:42 +0000 (12:30 +0000)
helm/3rdparty/influxdb/templates/post-install-set-auth.yaml
helm/3rdparty/influxdb/templates/secret.yaml
helm/3rdparty/influxdb/values.yaml

index 7963412..b14d1cf 100644 (file)
@@ -13,7 +13,7 @@
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
-{{- if .Values.setDefaultUser.enabled -}}
+{{ if .Values.setDefaultUser.enabled -}}
 apiVersion: batch/v1
 kind: Job
 metadata:
index c777849..7503dab 100644 (file)
@@ -13,8 +13,8 @@
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
-{{- if .Values.setDefaultUser.enabled -}}
-{{- if not (.Values.setDefaultUser.user.existingSecret) -}}
+{{ if .Values.setDefaultUser.enabled -}}
+{{ if not (.Values.setDefaultUser.user.existingSecret) -}}
 apiVersion: v1
 kind: Secret
 metadata:
index 2b494a4..ef7f8f1 100644 (file)
@@ -102,7 +102,7 @@ enterprise:
 ## Defaults indicated below
 ##
 setDefaultUser:
-  enabled: false
+  enabled: true
 
   ## Image of the container used for job
   ## Default: appropriate/curl:latest
@@ -239,8 +239,10 @@ config:
   retention: {}
   shard_precreation: {}
   monitor: {}
-  http: {}
-  logging: {}
+  http:
+    auth-enabled: true
+  logging:
+    level: "debug"
   subscriber: {}
   graphite: {}
   collectd: {}