Skip to content
Snippets Groups Projects
Verified Commit fab96434 authored by Philipp S. Sommer's avatar Philipp S. Sommer
Browse files

typo

parent ecec3763
No related branches found
No related tags found
1 merge request!3add more parameters for the chart
Pipeline #221714 passed
{%- if cookiecutter.include_deploymentconfig == "yes" %}
{%- if cookiecutter.include_volume == "many "%}
{%- if cookiecutter.include_volume == 'many' %}
{%- raw %}
{{- $builtinVolumes := include "{% endraw %}{{ cookiecutter.template_base_name }}{% raw %}.builtinVolumes" . | fromYaml }}
{{- $allVolumes := mustMergeOverwrite (dict) $builtinVolumes .Values.volumes }}
......
{%- if cookiecutter.include_route == "yes" %}
kind: Route
# SPDX-FileCopyrightText: 2023 Helmholtz-Zentrum hereon GmbH
#
# SPDX-License-Identifier: CC0-1.0
apiVersion: route.openshift.io/v1
metadata:
{%- raw %}
name: {{ .Values.routeName | default: .Values.baseName }}
name: {{ .Values.routeName | default .Values.baseName }}
namespace: {{ .Release.Namespace }}
{%- endraw %}
labels:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment