Skip to content

Commit

Permalink
Fix content_only -> contentOnly to match Helm naming conventions
Browse files Browse the repository at this point in the history
  • Loading branch information
Wolfgang Kulhanek authored and Wolfgang Kulhanek committed Dec 12, 2023
1 parent f164be0 commit b3b2a30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/showroom-single-pod/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.16
version: 0.0.17

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion charts/showroom-single-pod/files/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>
<body>
<div class="content">
{{- if .Values.content.content_only }}
{{- if .Values.content.contentOnly }}
<iframe id="doc" src="https://{{ .Release.Name }}-{{ .Release.Namespace }}.{{ .Values.deployer.domain }}/content" width="100%" style="border:none;"></iframe>
{{- else }}
<div class="split left">
Expand Down
2 changes: 1 addition & 1 deletion charts/showroom-single-pod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ proxy:

content:
# Only create a content pane, no other tabs will be available
content_only: false
contentOnly: false
image: ghcr.io/rhpds/showroom-content:latest
imagePullPolicy: IfNotPresent
repoUrl: https://github.com/rhpds/showroom_template_default.git
Expand Down

0 comments on commit b3b2a30

Please sign in to comment.