Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
13f02d66
Commit
13f02d66
authored
5 years ago
by
rjshrjndrn
Browse files
Options
Download
Patches
Plain Diff
default value '' for nil configmap values
parent
97a97f19
3node
3node_bak_new
No related merge requests found
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
3node/helm-charts/adminutil/templates/configmap.yaml
+1
-1
3node/helm-charts/adminutil/templates/configmap.yaml
3node/helm-charts/apimanager/templates/configmap.yaml
+3
-3
3node/helm-charts/apimanager/templates/configmap.yaml
3node/helm-charts/cert/templates/configmap.yaml
+1
-1
3node/helm-charts/cert/templates/configmap.yaml
3node/helm-charts/content/templates/configmap.yaml
+2
-2
3node/helm-charts/content/templates/configmap.yaml
3node/helm-charts/enc/templates/configmap.yaml
+1
-1
3node/helm-charts/enc/templates/configmap.yaml
3node/helm-charts/learner/templates/configmap.yaml
+1
-1
3node/helm-charts/learner/templates/configmap.yaml
3node/helm-charts/lms/templates/configmap.yaml
+1
-1
3node/helm-charts/lms/templates/configmap.yaml
3node/helm-charts/notification/templates/configmap.yaml
+1
-1
3node/helm-charts/notification/templates/configmap.yaml
3node/helm-charts/telemetry/templates/configmap.yaml
+1
-1
3node/helm-charts/telemetry/templates/configmap.yaml
3node/helm-charts/userorg/templates/configmap.yaml
+1
-1
3node/helm-charts/userorg/templates/configmap.yaml
with
13 additions
and
13 deletions
+13
-13
3node/helm-charts/adminutil/templates/configmap.yaml
+
1
−
1
View file @
13f02d66
apiVersion
:
v1
data
:
{{
- range $key
,
$val
:
= .Values.adminutilenv
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
kind
:
ConfigMap
metadata
:
...
...
This diff is collapsed.
Click to expand it.
3node/helm-charts/apimanager/templates/configmap.yaml
+
3
−
3
View file @
13f02d66
apiVersion
:
v1
data
:
{{
- range $key
,
$val
:
= .Values.apimanagerenv
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
{{
- range $key
,
$val
:
= .Values.apimanagerenvOptional
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
kind
:
ConfigMap
metadata
:
creationTimestamp
:
null
name
:
{{
.Chart.Name
}}
-config
namespace
:
{{
.Values.namespace
}}
\ No newline at end of file
namespace
:
{{
.Values.namespace
}}
This diff is collapsed.
Click to expand it.
3node/helm-charts/cert/templates/configmap.yaml
+
1
−
1
View file @
13f02d66
apiVersion
:
v1
data
:
{{
- range $key
,
$val
:
= .Values.certenv
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
kind
:
ConfigMap
metadata
:
...
...
This diff is collapsed.
Click to expand it.
3node/helm-charts/content/templates/configmap.yaml
+
2
−
2
View file @
13f02d66
apiVersion
:
v1
data
:
{{
- range $key
,
$val
:
= .Values.contentenv
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
sunbird_cassandra_replication_strategy
:
{{
.Values.sunbird_cassandra_replication_strategy | toJson
}}
kind
:
ConfigMap
metadata
:
creationTimestamp
:
null
name
:
{{
.Chart.Name
}}
-config
namespace
:
{{
.Values.namespace
}}
\ No newline at end of file
namespace
:
{{
.Values.namespace
}}
This diff is collapsed.
Click to expand it.
3node/helm-charts/enc/templates/configmap.yaml
+
1
−
1
View file @
13f02d66
apiVersion
:
v1
data
:
{{
- range $key
,
$val
:
= .Values.encenv
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
kind
:
ConfigMap
metadata
:
...
...
This diff is collapsed.
Click to expand it.
3node/helm-charts/learner/templates/configmap.yaml
+
1
−
1
View file @
13f02d66
apiVersion
:
v1
data
:
{{
- range $key
,
$val
:
= .Values.learnerenv
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
kind
:
ConfigMap
metadata
:
...
...
This diff is collapsed.
Click to expand it.
3node/helm-charts/lms/templates/configmap.yaml
+
1
−
1
View file @
13f02d66
apiVersion
:
v1
data
:
{{
- range $key
,
$val
:
= .Values.lmsenv
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
kind
:
ConfigMap
metadata
:
...
...
This diff is collapsed.
Click to expand it.
3node/helm-charts/notification/templates/configmap.yaml
+
1
−
1
View file @
13f02d66
apiVersion
:
v1
data
:
{{
- range $key
,
$val
:
= .Values.notificationenv
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
kind
:
ConfigMap
metadata
:
...
...
This diff is collapsed.
Click to expand it.
3node/helm-charts/telemetry/templates/configmap.yaml
+
1
−
1
View file @
13f02d66
apiVersion
:
v1
data
:
{{
- range $key
,
$val
:
= .Values.telemetryenv
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
kind
:
ConfigMap
metadata
:
...
...
This diff is collapsed.
Click to expand it.
3node/helm-charts/userorg/templates/configmap.yaml
+
1
−
1
View file @
13f02d66
apiVersion
:
v1
data
:
{{
- range $key
,
$val
:
= .Values.userorgenv
}}
{{
$key
}}
:
{{
$val
}}
{{
$key
}}
:
{{
default "''"
$val
}}
{{
- end
}}
kind
:
ConfigMap
metadata
:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets