Enable Deployment configuration consistency across all UC

Change-Id: I037912a47a1ece600497d0930a5a1ce96d730eb6
This commit is contained in:
dt241s@att.com
2020-05-03 10:13:46 -05:00
committed by dt241s
parent 2cc7de4c57
commit 8a59fb9804
25 changed files with 21 additions and 37 deletions

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
{{- if and .Values.manifests.configmap_bin .Values.deployment.ceph }}
{{- if .Values.manifests.configmap_bin }}
{{- $envAll := . }}
---
apiVersion: v1

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
{{- if or (.Values.deployment.ceph) (.Values.deployment.client_secrets) }}
{{- if .Values.manifests.configmap_etc_client }}
{{- $envAll := . }}
---

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
{{- if and .Values.manifests.configmap_etc_sudoers .Values.deployment.ceph }}
{{- if .Values.manifests.configmap_etc_sudoers }}
{{- $envAll := . }}
---
apiVersion: v1

View File

@@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/}}
{{- if and .Values.manifests.deployment_utility ( and .Values.deployment.ceph .Values.conf.features.utility) }}
{{- if .Values.manifests.deployment_utility }}
{{- $envAll := . }}
{{- $serviceAccountName := printf "%s" $envAll.Release.Name }}

View File

@@ -17,9 +17,6 @@
# Declare name/value pairs to be passed into your templates.
# name: value
deployment:
ceph: true
release_group: null
images: