We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bf902dd + f5f363a commit 4652777Copy full SHA for 4652777
charts/tiphys/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: tiphys
3
description: A High Level Helm Chart
4
type: application
5
-version: 0.9.15
+version: 0.9.16
6
appVersion: 1.16.3
7
8
dependencies:
charts/tiphys/templates/externalendpoints.yaml
@@ -18,7 +18,7 @@ spec:
18
kind: Endpoints
19
apiVersion: v1
20
metadata:
21
- name: {{ include "opszero.fullname" $ }}-{{ $ep.name }}}}-external
+ name: {{ include "opszero.fullname" $ }}-{{ $ep.name }}-external
22
subsets:
23
- addresses:
24
{{- toYaml $ep.addresses | nindent 6 }}
0 commit comments