feat(argo-cd): Enable to customize Service type of applicationset-controller (#2014)
chore(argo-cd): Enable to customize Service type of applicationset-controller Signed-off-by: yu-croco <yu.croco@gmail.com>
This commit is contained in:
parent
a99b021f15
commit
9d10834909
4 changed files with 6 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ metadata:
|
|||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
type: {{ .Values.applicationSet.service.type }}
|
||||
ports:
|
||||
- name: {{ .Values.applicationSet.service.portName }}
|
||||
port: {{ .Values.applicationSet.service.port }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue