commit | 6b2f4d9ee0046c498dffd774834c8dbba9187b44 | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray.milkey@gmail.com> | Wed Jul 06 16:14:30 2022 -0700 |
committer | Ray Milkey <ray.milkey@gmail.com> | Wed Jul 06 16:14:30 2022 -0700 |
tree | 2e1aac893b5f1ef5d1bc9317ece22a0760a929ab | |
parent | 66e7f2c31cdd7294daa2ae863ae0a6961a703571 [diff] |
ConfigMap name for nginx should be based on the chart name Change-Id: I357e45061e19ffd45233cbbf68ca75a6f172c5ce
diff --git a/.gitignore b/.gitignore index cd462fd..14e0952 100644 --- a/.gitignore +++ b/.gitignore
@@ -4,3 +4,4 @@ chronos-umbrella/charts fabric-umbrella/Chart.lock fabric-umbrella/charts +.idea
diff --git a/fabric-umbrella/Chart.yaml b/fabric-umbrella/Chart.yaml index aaadf9c..fce91e1 100644 --- a/fabric-umbrella/Chart.yaml +++ b/fabric-umbrella/Chart.yaml
@@ -7,7 +7,7 @@ description: Fabric ROC Umbrella chart to deploy all Fabric ROC kubeVersion: ">=1.18.0" type: application -version: 0.1.5 +version: 0.1.6 appVersion: v0.0.0 keywords: - aether
diff --git a/fabric-umbrella/templates/sdcore-test-dummy-config.yaml b/fabric-umbrella/templates/sdcore-test-dummy-config.yaml index cd9838e..d5b94a0 100644 --- a/fabric-umbrella/templates/sdcore-test-dummy-config.yaml +++ b/fabric-umbrella/templates/sdcore-test-dummy-config.yaml
@@ -5,7 +5,7 @@ apiVersion: v1 kind: ConfigMap metadata: - name: {{ .Release.Name }}-fabric-test-dummy + name: {{ .Chart.Name }}-fabric-test-dummy namespace: {{ .Release.Namespace }} data: fabric-test-dummy.conf: |-