fix
This commit is contained in:
@@ -75,7 +75,7 @@ data "kustomization_overlay" "data" {
|
|||||||
name: ${var.component}
|
name: ${var.component}
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: ${var.component}
|
name: ${var.component}
|
||||||
EOF
|
EOF
|
||||||
], var.customisation.configmap_name!="" && var.customisation.use_icon_left && var.customisation.use_custom_css?[<<-EOF
|
], var.customisation.configmap_name!="" && var.customisation.use_icon_left && var.customisation.use_custom_css?[<<-EOF
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: custom-css
|
- name: custom-css
|
||||||
@@ -97,7 +97,7 @@ data "kustomization_overlay" "data" {
|
|||||||
items:
|
items:
|
||||||
- key: icon_left_brand.svg
|
- key: icon_left_brand.svg
|
||||||
path: icon_left_brand.svg
|
path: icon_left_brand.svg
|
||||||
EOF
|
EOF
|
||||||
]
|
]
|
||||||
:var.customisation.configmap_name!="" && var.customisation.use_icon_left && !var.customisation.use_custom_css?[<<-EOF
|
:var.customisation.configmap_name!="" && var.customisation.use_icon_left && !var.customisation.use_custom_css?[<<-EOF
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@@ -111,7 +111,7 @@ data "kustomization_overlay" "data" {
|
|||||||
items:
|
items:
|
||||||
- key: icon_left_brand.svg
|
- key: icon_left_brand.svg
|
||||||
path: icon_left_brand.svg
|
path: icon_left_brand.svg
|
||||||
EOF
|
EOF
|
||||||
]
|
]
|
||||||
:var.customisation.configmap_name!="" && !var.customisation.use_icon_left && var.customisation.use_custom_css?[<<-EOF
|
:var.customisation.configmap_name!="" && !var.customisation.use_icon_left && var.customisation.use_custom_css?[<<-EOF
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
@@ -125,7 +125,7 @@ data "kustomization_overlay" "data" {
|
|||||||
items:
|
items:
|
||||||
- key: custom.css
|
- key: custom.css
|
||||||
path: custom.css
|
path: custom.css
|
||||||
EOF
|
EOF
|
||||||
]
|
]
|
||||||
:[""] ))
|
:[""] ))
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user