Skip to content

Commit

Permalink
try another approach to quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
LostVector committed Nov 7, 2024
1 parent d6d3f2d commit df2fa9b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/vespa/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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.2.13
version: 0.2.14

# 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
4 changes: 2 additions & 2 deletions charts/vespa/templates/tests/test-connection.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Pod
metadata:
name: "{{ include 'vespa.fullname' . }}-test-connection"
name: {{ include vespa.fullname' . }}-test-connection
labels:
{{- include "vespa.labels" . | nindent 4 }}
annotations:
Expand All @@ -11,5 +11,5 @@ spec:
- name: wget
image: busybox
command: ['wget']
args: ["{{ include 'vespa.healthEndpoint' . }}"]
args: [{{ include "vespa.healthEndpoint" . }}]
restartPolicy: Never

0 comments on commit df2fa9b

Please sign in to comment.