Use unique serving cert name

Based on the comments in https://github.com/actions-runner-controller/actions-runner-controller/issues/782
This commit is contained in:
Rolf Ahrenberg 2021-09-10 20:18:24 +03:00 committed by Yusuke Kuoka
parent 01928863b9
commit cffc2585f9
2 changed files with 2 additions and 2 deletions

View File

@ -21,4 +21,4 @@ spec:
issuerRef:
kind: Issuer
name: {{ include "actions-runner-controller.selfsignedIssuerName" . }}
secretName: webhook-server-cert # this secret will not be prefixed, since it's not managed by kustomize
secretName: {{ include "actions-runner-controller.servingCertName" . }}

View File

@ -134,7 +134,7 @@ spec:
- name: cert
secret:
defaultMode: 420
secretName: webhook-server-cert
secretName: {{ include "actions-runner-controller.servingCertName" . }}
- name: tmp
emptyDir: {}
{{- with .Values.nodeSelector }}