fix(argo-cd): Correct ApplicationSet controller port (#1200)
* Add default value for the applicationSet controller container port Signed-off-by: amaury ravanel <amaury.ravanel@gmail.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
abea0338a3
commit
45ed060c2b
3 changed files with 4 additions and 4 deletions
|
|
@ -15,7 +15,7 @@ spec:
|
|||
ports:
|
||||
- name: {{ .Values.applicationSet.service.portName }}
|
||||
port: {{ .Values.applicationSet.service.port }}
|
||||
targetPort: {{ .Values.applicationSet.containerPort }}
|
||||
targetPort: webhook
|
||||
selector:
|
||||
{{- include "argo-cd.selectorLabels" (dict "context" . "name" .Values.applicationSet.name) | nindent 4 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue